Authored by Gino Zhang

删除productindex中多余的brandName定义

... ... @@ -259,13 +259,6 @@
"type": "multi_field"
},
"brandName": {
"type": "string",
"store": false,
"analyzer": "ik_complex",
"search_analyzer": "ik_complex",
"copy_to": ["searchField","searchField_ansj"]
},
"brandName": {
"fields": {
"brandName": {
"type": "string",
... ...