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