fix #2427 remove expand_ngram
This commit is contained in:
parent
7331932907
commit
d4153914a7
1 changed files with 1 additions and 3 deletions
|
@ -681,8 +681,7 @@
|
|||
"n": "1",
|
||||
"synonyms_path": "${fess.dictionary.path}synonym.txt",
|
||||
"dynamic_reload": true,
|
||||
"expand": false,
|
||||
"expand_ngram": true,
|
||||
"expand": true,
|
||||
"reload_interval": "1m"
|
||||
},
|
||||
"unigram_search_tokenizer": {
|
||||
|
@ -691,7 +690,6 @@
|
|||
"synonyms_path": "${fess.dictionary.path}synonym.txt",
|
||||
"dynamic_reload": true,
|
||||
"expand": false,
|
||||
"expand_ngram": false,
|
||||
"reload_interval": "1m"
|
||||
},
|
||||
"bigram_tokenizer": {
|
||||
|
|
Loading…
Add table
Reference in a new issue