fix #2414 add expand_ngram
This commit is contained in:
parent
a8bdcfec84
commit
91bf1e577c
2 changed files with 3 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
<param name="plugin.name.prefix" value="elasticsearch-" />
|
||||
<param name="plugin.name" value="analysis-extension" />
|
||||
<param name="plugin.version" value="7.6.1-SNAPSHOT" />
|
||||
<param name="plugin.zip.version" value="7.6.1-20200226.135312-7" />
|
||||
<param name="plugin.zip.version" value="7.6.1-20200227.133255-8" />
|
||||
</antcall>
|
||||
<!-- analysis-fess -->
|
||||
<antcall target="install.plugin">
|
||||
|
|
|
@ -682,6 +682,7 @@
|
|||
"synonyms_path": "${fess.dictionary.path}synonym.txt",
|
||||
"dynamic_reload": true,
|
||||
"expand": false,
|
||||
"expand_ngram": true,
|
||||
"reload_interval": "1m"
|
||||
},
|
||||
"bigram_tokenizer": {
|
||||
|
@ -690,6 +691,7 @@
|
|||
"synonyms_path": "${fess.dictionary.path}synonym.txt",
|
||||
"dynamic_reload": true,
|
||||
"expand": false,
|
||||
"expand_ngram": true,
|
||||
"reload_interval": "1m"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue