Revert "Update store.json"
This reverts commit 80a2ed2c.
Showing
1 changed file
with
8 additions
and
8 deletions
@@ -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" | 15 | + "analyzer": "ik_max_word_syno" |
16 | }, | 16 | }, |
17 | "store_english_name": { | 17 | "store_english_name": { |
18 | "type": "string", | 18 | "type": "string", |
19 | - "analyzer": "ik_max_word" | 19 | + "analyzer": "ik_max_word_syno" |
20 | }, | 20 | }, |
21 | "store_name_tc": { | 21 | "store_name_tc": { |
22 | "type": "string", | 22 | "type": "string", |
23 | - "analyzer": "ik_max_word" | 23 | + "analyzer": "ik_max_word_syno" |
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" | 33 | + "analyzer": "ik_max_word_syno" |
34 | }, | 34 | }, |
35 | "themeId": { | 35 | "themeId": { |
36 | "type": "string", | 36 | "type": "string", |
37 | - "analyzer": "ik_max_word" | 37 | + "analyzer": "ik_max_word_syno" |
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" | 59 | + "analyzer": "ik_max_word_syno" |
60 | }, | 60 | }, |
61 | "des": { | 61 | "des": { |
62 | "type": "string", | 62 | "type": "string", |
63 | - "analyzer": "ik_max_word" | 63 | + "analyzer": "ik_max_word_syno" |
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" | 89 | + "analyzer": "ik_max_word_syno" |
90 | }, | 90 | }, |
91 | "pin" : { | 91 | "pin" : { |
92 | "properties" : { | 92 | "properties" : { |
-
Please register or login to post a comment