Authored by huangping

Update store.json

@@ -12,15 +12,15 @@ @@ -12,15 +12,15 @@
12 }, 12 },
13 "store_name": { 13 "store_name": {
14 "type": "string", 14 "type": "string",
15 - "analyzer": "ik_max_word_syno" 15 + "analyzer": "ik_max_word"
16 }, 16 },
17 "store_english_name": { 17 "store_english_name": {
18 "type": "string", 18 "type": "string",
19 - "analyzer": "ik_max_word_syno" 19 + "analyzer": "ik_max_word"
20 }, 20 },
21 "store_name_tc": { 21 "store_name_tc": {
22 "type": "string", 22 "type": "string",
23 - "analyzer": "ik_max_word_syno" 23 + "analyzer": "ik_max_word"
24 }, 24 },
25 "latitude": { 25 "latitude": {
26 "type": "double" 26 "type": "double"
@@ -30,11 +30,11 @@ @@ -30,11 +30,11 @@
30 }, 30 },
31 "tags": { 31 "tags": {
32 "type": "string", 32 "type": "string",
33 - "analyzer": "ik_max_word_syno" 33 + "analyzer": "ik_max_word"
34 }, 34 },
35 "themeId": { 35 "themeId": {
36 "type": "string", 36 "type": "string",
37 - "analyzer": "ik_max_word_syno" 37 + "analyzer": "ik_max_word"
38 }, 38 },
39 "longitude": { 39 "longitude": {
40 "type": "double" 40 "type": "double"
@@ -56,11 +56,11 @@ @@ -56,11 +56,11 @@
56 }, 56 },
57 "store_first": { 57 "store_first": {
58 "type": "string", 58 "type": "string",
59 - "analyzer": "ik_max_word_syno" 59 + "analyzer": "ik_max_word"
60 }, 60 },
61 "des": { 61 "des": {
62 "type": "string", 62 "type": "string",
63 - "analyzer": "ik_max_word_syno" 63 + "analyzer": "ik_max_word"
64 }, 64 },
65 "is_recommend": { 65 "is_recommend": {
66 "type": "integer" 66 "type": "integer"
@@ -86,7 +86,7 @@ @@ -86,7 +86,7 @@
86 }, 86 },
87 "address_full": { 87 "address_full": {
88 "type": "string", 88 "type": "string",
89 - "analyzer": "ik_max_word_syno" 89 + "analyzer": "ik_max_word"
90 }, 90 },
91 "pin" : { 91 "pin" : {
92 "properties" : { 92 "properties" : {