fix #2413 set expand to false
This commit is contained in:
parent
50288d0a4c
commit
a8bdcfec84
2 changed files with 5 additions and 3 deletions
|
@ -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">
|
||||
|
|
|
@ -681,6 +681,7 @@
|
|||
"n": "1",
|
||||
"synonyms_path": "${fess.dictionary.path}synonym.txt",
|
||||
"dynamic_reload": true,
|
||||
"expand": false,
|
||||
"reload_interval": "1m"
|
||||
},
|
||||
"bigram_tokenizer": {
|
||||
|
@ -688,6 +689,7 @@
|
|||
"n": "2",
|
||||
"synonyms_path": "${fess.dictionary.path}synonym.txt",
|
||||
"dynamic_reload": true,
|
||||
"expand": false,
|
||||
"reload_interval": "1m"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue