Authored by Gino Zhang

suggest索引增加一个standardKeyword用于排重

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