Skip to content

Commit

Permalink
fix #2413 set expand to false
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Feb 26, 2020
1 parent 50288d0 commit a8bdcfe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
<mkdir dir="${plugins.dir}" />
<!-- analysis-extension -->
<antcall target="install.plugin">
<param name="repo.url" value="${maven.release.repo.url}" />
<param name="repo.url" value="${maven.snapshot.repo.url}" />
<param name="plugin.groupId" value="org/codelibs" />
<param name="plugin.name.prefix" value="elasticsearch-" />
<param name="plugin.name" value="analysis-extension" />
<param name="plugin.version" value="7.6.0" />
<param name="plugin.zip.version" value="7.6.0" />
<param name="plugin.version" value="7.6.1-SNAPSHOT" />
<param name="plugin.zip.version" value="7.6.1-20200226.135312-7" />
</antcall>
<!-- analysis-fess -->
<antcall target="install.plugin">
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/fess_indices/fess.json
Original file line number Diff line number Diff line change
Expand Up @@ -681,13 +681,15 @@
"n": "1",
"synonyms_path": "${fess.dictionary.path}synonym.txt",
"dynamic_reload": true,
"expand": false,
"reload_interval": "1m"
},
"bigram_tokenizer": {
"type": "ngram_synonym",
"n": "2",
"synonyms_path": "${fess.dictionary.path}synonym.txt",
"dynamic_reload": true,
"expand": false,
"reload_interval": "1m"
}
},
Expand Down

0 comments on commit a8bdcfe

Please sign in to comment.