File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/com/worksap/nlp/elasticsearch/sudachi/index Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
4
4
<groupId >com.worksap.nlp</groupId >
5
- <artifactId >analysis-sudachi-elasticsearch7.2 </artifactId >
5
+ <artifactId >analysis-sudachi-elasticsearch7.4 </artifactId >
6
6
<version >1.3.1</version >
7
7
<packaging >jar</packaging >
8
8
11
11
<properties >
12
12
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
13
13
<java .version>1.8</java .version>
14
- <elasticsearch .version>7.2 .0</elasticsearch .version>
15
- <lucene .version>8.0 .0</lucene .version>
14
+ <elasticsearch .version>7.4 .0</elasticsearch .version>
15
+ <lucene .version>8.2 .0</lucene .version>
16
16
<sudachi .version>0.3.0</sudachi .version>
17
17
<sonar .host.url>https://sonarcloud.io</sonar .host.url>
18
18
<sonar .language>java</sonar .language>
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public class SudachiTokenizerFactory extends AbstractTokenizerFactory {
37
37
38
38
public SudachiTokenizerFactory (IndexSettings indexSettings ,
39
39
Environment env , String name , Settings settings ) throws IOException {
40
- super (indexSettings , settings );
40
+ super (indexSettings , settings , name );
41
41
mode = getMode (settings );
42
42
discardPunctuation = settings .getAsBoolean ("discard_punctuation" , true );
43
43
resourcesPath = new SudachiPathResolver (env .configFile ().toString (),
You can’t perform that action at this time.
0 commit comments