Authored by Gino Zhang

搜索提示支持:1.根据搜索结果聚合出提示词; 2.支持代码自定义的转换关系,如it

... ... @@ -282,6 +282,14 @@
"store": false,
"analyzer": "lowercase_keyword",
"search_analyzer": "ik_complex"
},
"brandName_keyword": {
"type": "string",
"index": "not_analyzed",
"doc_values": true,
"fielddata": {
"format": "doc_values"
}
}
},
"type": "multi_field"
... ...