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