Authored by Gino Zhang

productindex索引中对于standard只需要copy_to名称字段

... ... @@ -684,15 +684,14 @@
},
"standardNames": {
"type": "string",
"analyzer":"comma_spliter",
"copy_to": ["searchField","searchField_ansj"]
"analyzer":"comma_spliter"
},
"standardOnlyNames": {
"fields": {
"standardOnlyNames": {
"type": "string",
"index": "not_analyzed",
"copy_to": "searchField_ansj"
"copy_to": ["searchField","searchField_ansj"]
},
"standardOnlyNames_ansj": {
"type": "string",
... ...