Showing
1 changed file
with
10 additions
and
0 deletions
@@ -51,6 +51,16 @@ | @@ -51,6 +51,16 @@ | ||
51 | "showChannel": { | 51 | "showChannel": { |
52 | "type": "text", | 52 | "type": "text", |
53 | "analyzer": "comma_spliter" | 53 | "analyzer": "comma_spliter" |
54 | + }, | ||
55 | + "poolIds": { | ||
56 | + "type": "text", | ||
57 | + "analyzer": "comma_spliter" | ||
58 | + }, | ||
59 | + "brandId": { | ||
60 | + "type": "integer" | ||
61 | + }, | ||
62 | + "gender": { | ||
63 | + "type": "keyword" | ||
54 | } | 64 | } |
55 | } | 65 | } |
56 | } | 66 | } |
-
Please register or login to post a comment