File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/test/java/com/worksap/nlp/lucene/sudachi/ja Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 <properties >
1313 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1414 <java .version>1.8</java .version>
15- <elasticsearch .version>6.0 .0</elasticsearch .version>
16- <lucene .version>7.0 .0</lucene .version>
15+ <elasticsearch .version>6.1 .0</elasticsearch .version>
16+ <lucene .version>7.1 .0</lucene .version>
1717 <sudachi .version>0.1.1-SNAPSHOT</sudachi .version>
1818 <jacoco .skip>true</jacoco .skip>
1919 <sonar .skip>true</sonar .skip>
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ private static TestAnalysis createTestAnalysis() throws IOException {
183183 Settings settings ;
184184 try (InputStream input = AnalysisSudachiPlugin .class .getResourceAsStream (RESOURCE_NAME_SUDACHI_ANALYSIS_JSON )) {
185185 settings = Settings .builder ()
186- .loadFromStream (RESOURCE_NAME_SUDACHI_ANALYSIS_JSON , input )
186+ .loadFromStream (RESOURCE_NAME_SUDACHI_ANALYSIS_JSON , input , true )
187187 .put ("index.analysis.tokenizer.sudachi_tokenizer.resources_path" , home )
188188 .put (IndexMetaData .SETTING_VERSION_CREATED , Version .CURRENT )
189189 .build ();
You can’t perform that action at this time.
0 commit comments