Authored by unknown

fix skuIds search_analyzer

... ... @@ -505,7 +505,7 @@
"skuIds": {
"type": "string",
"analyzer": "comma_spliter",
"search_analyzer": "ik_complex_search"
"search_analyzer": "comma_spliter"
},
"styleIds": {
"type": "string",
... ...