Authored by wangnan

shops支持搜索全球购店铺 fix

... ... @@ -124,6 +124,10 @@
"type": "string",
"analyzer": "lowercase_standard",
"search_analyzer": "lowercase_standard"
},
"isGlobal": {
"type": "string",
"index": "not_analyzed"
}
}
}
... ...