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