|
5 | 5 | "fields": { |
6 | 6 | "analyzed": { |
7 | 7 | "analyzer": "standard", |
8 | | - "fielddata": { |
9 | | - "format": "disabled" |
10 | | - }, |
| 8 | + "fielddata": false, |
11 | 9 | "store": true, |
12 | | - "type": "string" |
| 10 | + "type": "text" |
13 | 11 | } |
14 | 12 | }, |
15 | | - "ignore_above": 2048, |
16 | | - "index": "not_analyzed", |
17 | | - "type": "string" |
| 13 | + "type": "keyword" |
18 | 14 | }, |
19 | 15 | "blog": { |
20 | 16 | "dynamic": true, |
21 | 17 | "properties": { |
22 | 18 | "feed": { |
23 | | - "ignore_above": 2048, |
24 | | - "index": "not_analyzed", |
25 | | - "type": "string" |
| 19 | + "type": "keyword" |
26 | 20 | }, |
27 | 21 | "url": { |
28 | | - "ignore_above": 2048, |
29 | | - "index": "not_analyzed", |
30 | | - "type": "string" |
| 22 | + "type": "keyword" |
31 | 23 | } |
32 | 24 | } |
33 | 25 | }, |
34 | 26 | "city": { |
35 | | - "ignore_above": 2048, |
36 | | - "index": "not_analyzed", |
37 | | - "type": "string" |
| 27 | + "type": "keyword" |
38 | 28 | }, |
39 | 29 | "country": { |
40 | | - "ignore_above": 2048, |
41 | | - "index": "not_analyzed", |
42 | | - "type": "string" |
| 30 | + "type": "keyword" |
43 | 31 | }, |
44 | 32 | "donation": { |
45 | 33 | "dynamic": true, |
46 | 34 | "properties": { |
47 | 35 | "id": { |
48 | | - "ignore_above": 2048, |
49 | | - "index": "not_analyzed", |
50 | | - "type": "string" |
| 36 | + "type": "keyword" |
51 | 37 | }, |
52 | 38 | "name": { |
53 | | - "ignore_above": 2048, |
54 | | - "index": "not_analyzed", |
55 | | - "type": "string" |
| 39 | + "type": "keyword" |
56 | 40 | } |
57 | 41 | } |
58 | 42 | }, |
59 | 43 | "email": { |
60 | | - "ignore_above": 2048, |
61 | | - "index": "not_analyzed", |
62 | | - "type": "string" |
| 44 | + "type": "keyword" |
63 | 45 | }, |
64 | 46 | "gravatar_url": { |
65 | | - "ignore_above": 2048, |
66 | | - "index": "not_analyzed", |
67 | | - "type": "string" |
| 47 | + "type": "keyword" |
68 | 48 | }, |
69 | 49 | "is_pause_custodial_account": { |
70 | 50 | "type": "boolean" |
|
76 | 56 | "fields": { |
77 | 57 | "analyzed": { |
78 | 58 | "analyzer": "standard", |
79 | | - "fielddata": { |
80 | | - "format": "disabled" |
81 | | - }, |
| 59 | + "fielddata": false, |
82 | 60 | "store": true, |
83 | | - "type": "string" |
| 61 | + "type": "text" |
84 | 62 | } |
85 | 63 | }, |
86 | | - "ignore_above": 2048, |
87 | | - "index": "not_analyzed", |
88 | | - "type": "string" |
| 64 | + "type": "keyword" |
89 | 65 | }, |
90 | 66 | "pauseid": { |
91 | | - "ignore_above": 2048, |
92 | | - "index": "not_analyzed", |
93 | | - "type": "string" |
| 67 | + "type": "keyword" |
94 | 68 | }, |
95 | 69 | "perlmongers": { |
96 | 70 | "dynamic": true, |
97 | 71 | "properties": { |
98 | 72 | "name": { |
99 | | - "ignore_above": 2048, |
100 | | - "index": "not_analyzed", |
101 | | - "type": "string" |
| 73 | + "type": "keyword" |
102 | 74 | }, |
103 | 75 | "url": { |
104 | | - "ignore_above": 2048, |
105 | | - "index": "not_analyzed", |
106 | | - "type": "string" |
| 76 | + "type": "keyword" |
107 | 77 | } |
108 | 78 | } |
109 | 79 | }, |
|
115 | 85 | "fields": { |
116 | 86 | "analyzed": { |
117 | 87 | "analyzer": "simple", |
118 | | - "fielddata": { |
119 | | - "format": "disabled" |
120 | | - }, |
| 88 | + "fielddata": false, |
121 | 89 | "store": true, |
122 | | - "type": "string" |
| 90 | + "type": "text" |
123 | 91 | } |
124 | 92 | }, |
125 | | - "ignore_above": 2048, |
126 | | - "index": "not_analyzed", |
127 | | - "type": "string" |
| 93 | + "type": "keyword" |
128 | 94 | }, |
129 | 95 | "name": { |
130 | | - "ignore_above": 2048, |
131 | | - "index": "not_analyzed", |
132 | | - "type": "string" |
| 96 | + "type": "keyword" |
133 | 97 | } |
134 | 98 | }, |
135 | 99 | "type": "nested" |
136 | 100 | }, |
137 | 101 | "region": { |
138 | | - "ignore_above": 2048, |
139 | | - "index": "not_analyzed", |
140 | | - "type": "string" |
| 102 | + "type": "keyword" |
141 | 103 | }, |
142 | 104 | "updated": { |
143 | 105 | "format": "strict_date_optional_time||epoch_millis", |
144 | 106 | "type": "date" |
145 | 107 | }, |
146 | 108 | "user": { |
147 | | - "ignore_above": 2048, |
148 | | - "index": "not_analyzed", |
149 | | - "type": "string" |
| 109 | + "type": "keyword" |
150 | 110 | }, |
151 | 111 | "website": { |
152 | | - "ignore_above": 2048, |
153 | | - "index": "not_analyzed", |
154 | | - "type": "string" |
| 112 | + "type": "keyword" |
155 | 113 | } |
156 | 114 | } |
157 | 115 | } |
0 commit comments