Showing
1 changed file
with
16 additions
and
8 deletions
@@ -29,16 +29,20 @@ | @@ -29,16 +29,20 @@ | ||
29 | "type": "integer" | 29 | "type": "integer" |
30 | }, | 30 | }, |
31 | "shopLogo": { | 31 | "shopLogo": { |
32 | - "type": "keyword" | 32 | + "type": "keyword", |
33 | + "index": "no" | ||
33 | }, | 34 | }, |
34 | "websiteUrl": { | 35 | "websiteUrl": { |
35 | - "type": "keyword" | 36 | + "type": "keyword", |
37 | + "index": "no" | ||
36 | }, | 38 | }, |
37 | "otherUrl": { | 39 | "otherUrl": { |
38 | - "type": "keyword" | 40 | + "type": "keyword", |
41 | + "index": "no" | ||
39 | }, | 42 | }, |
40 | "shopAddress": { | 43 | "shopAddress": { |
41 | - "type": "keyword" | 44 | + "type": "keyword", |
45 | + "index": "no" | ||
42 | }, | 46 | }, |
43 | "createPid": { | 47 | "createPid": { |
44 | "type": "integer" | 48 | "type": "integer" |
@@ -68,19 +72,23 @@ | @@ -68,19 +72,23 @@ | ||
68 | "type": "integer" | 72 | "type": "integer" |
69 | }, | 73 | }, |
70 | "shopIntro": { | 74 | "shopIntro": { |
71 | - "type": "keyword" | 75 | + "type": "keyword", |
76 | + "index": "no" | ||
72 | }, | 77 | }, |
73 | "decoratorTemplateType": { | 78 | "decoratorTemplateType": { |
74 | "type": "integer" | 79 | "type": "integer" |
75 | }, | 80 | }, |
76 | "searchShowImage": { | 81 | "searchShowImage": { |
77 | - "type": "keyword" | 82 | + "type": "keyword", |
83 | + "index": "no" | ||
78 | }, | 84 | }, |
79 | "shopDesc": { | 85 | "shopDesc": { |
80 | - "type": "keyword" | 86 | + "type": "keyword", |
87 | + "index": "no" | ||
81 | }, | 88 | }, |
82 | "shopBackImg": { | 89 | "shopBackImg": { |
83 | - "type": "keyword" | 90 | + "type": "keyword", |
91 | + "index": "no" | ||
84 | } | 92 | } |
85 | } | 93 | } |
86 | } | 94 | } |
-
Please register or login to post a comment