...
|
...
|
@@ -12,11 +12,11 @@ |
|
|
},
|
|
|
"title": {
|
|
|
"type": "string",
|
|
|
"analyzer": "ik_max_word_syno"
|
|
|
"analyzer": "ik_max_word"
|
|
|
},
|
|
|
"title_tc": {
|
|
|
"type": "string",
|
|
|
"analyzer": "ik_max_word_syno"
|
|
|
"analyzer": "ik_max_word"
|
|
|
},
|
|
|
"city_id": {
|
|
|
"type": "integer"
|
...
|
...
|
@@ -35,7 +35,7 @@ |
|
|
},
|
|
|
"description_tc": {
|
|
|
"type": "string",
|
|
|
"analyzer": "ik_max_word_syno"
|
|
|
"analyzer": "ik_max_word"
|
|
|
},
|
|
|
"is_recommend": {
|
|
|
"type": "integer"
|
...
|
...
|
|