Authored by huangping

Update store.json

... ... @@ -12,15 +12,15 @@
},
"store_name": {
"type": "string",
"analyzer": "ik_max_word_syno"
"analyzer": "ik_max_word"
},
"store_english_name": {
"type": "string",
"analyzer": "ik_max_word_syno"
"analyzer": "ik_max_word"
},
"store_name_tc": {
"type": "string",
"analyzer": "ik_max_word_syno"
"analyzer": "ik_max_word"
},
"latitude": {
"type": "double"
... ... @@ -30,11 +30,11 @@
},
"tags": {
"type": "string",
"analyzer": "ik_max_word_syno"
"analyzer": "ik_max_word"
},
"themeId": {
"type": "string",
"analyzer": "ik_max_word_syno"
"analyzer": "ik_max_word"
},
"longitude": {
"type": "double"
... ... @@ -56,11 +56,11 @@
},
"store_first": {
"type": "string",
"analyzer": "ik_max_word_syno"
"analyzer": "ik_max_word"
},
"des": {
"type": "string",
"analyzer": "ik_max_word_syno"
"analyzer": "ik_max_word"
},
"is_recommend": {
"type": "integer"
... ... @@ -86,7 +86,7 @@
},
"address_full": {
"type": "string",
"analyzer": "ik_max_word_syno"
"analyzer": "ik_max_word"
},
"pin" : {
"properties" : {
... ...