Showing
1 changed file
with
7 additions
and
4 deletions
@@ -11,20 +11,23 @@ | @@ -11,20 +11,23 @@ | ||
11 | "type": "integer" | 11 | "type": "integer" |
12 | }, | 12 | }, |
13 | "keyword": { | 13 | "keyword": { |
14 | - "type": "keyword" | 14 | + "type": "keyword", |
15 | + "index": "no" | ||
15 | }, | 16 | }, |
16 | "description": { | 17 | "description": { |
17 | "type": "keyword", | 18 | "type": "keyword", |
18 | "index": "no" | 19 | "index": "no" |
19 | }, | 20 | }, |
20 | "image": { | 21 | "image": { |
21 | - "type": "keyword" | 22 | + "type": "keyword", |
23 | + "index": "no" | ||
22 | }, | 24 | }, |
23 | "linkUrl": { | 25 | "linkUrl": { |
24 | - "type": "keyword" | 26 | + "type": "keyword", |
27 | + "index": "no" | ||
25 | }, | 28 | }, |
26 | "orderBy": { | 29 | "orderBy": { |
27 | - "type": "keyword" | 30 | + "type": "integer" |
28 | }, | 31 | }, |
29 | "beginTime": { | 32 | "beginTime": { |
30 | "type": "integer" | 33 | "type": "integer" |
-
Please register or login to post a comment