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