fix #2427 remove expand_ngram

This commit is contained in:
Shinsuke Sugaya 2020-03-12 16:00:28 +09:00
parent 7331932907
commit d4153914a7

View file

@ -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": {