Authored by Gino Zhang

搜索无结果或搜索结果过少优化 suggest索引的keyword增加keyword_ik的字段

... ... @@ -13,6 +13,11 @@
"type": "string",
"index": "not_analyzed"
},
"keyword_ik": {
"type": "string",
"store": false,
"analyzer": "ik_complex"
},
"keyword_pinyin": {
"type": "string",
"store": false,
... ...