Commit fc1b178
committed
Merge branch 'master' into feature/query-refactoring
Conflicts:
core/src/main/java/org/elasticsearch/index/query/FuzzyQueryBuilder.java
core/src/main/java/org/elasticsearch/index/query/FuzzyQueryParser.java
core/src/main/java/org/elasticsearch/index/query/RegexpQueryBuilder.java
core/src/main/java/org/elasticsearch/index/query/RegexpQueryParser.javaFile tree
211 files changed
+7394
-3205
lines changed- core
- src
- main
- java/org
- apache/lucene/queryparser/classic
- elasticsearch
- action
- admin/cluster
- node
- info
- stats
- stats
- bulk
- search/type
- update
- bootstrap
- cluster
- metadata
- routing
- common
- joda
- lucene/search
- settings
- util/concurrent
- env
- gateway
- index
- engine
- mapper
- core
- geo
- internal
- ip
- object
- query
- search
- stats
- settings
- shard
- indices/recovery
- monitor
- fs
- network
- node/service
- plugins
- rest/action/cat
- script
- search
- aggregations
- pipeline
- having
- snapshots
- joda/time/format
- resources/org/elasticsearch/bootstrap
- test
- java/org/elasticsearch
- action
- termvectors
- update
- bootstrap
- cluster/routing/allocation/decider
- deps/joda
- discovery
- document
- gateway
- index
- engine
- mapper
- all
- date
- externalvalues
- simple
- timestamp
- shard
- store
- monitor/fs
- plugins
- script
- search
- aggregations
- bucket
- pipeline
- functionscore
- stats
- suggest/completion
- stresstest/leaks
- test
- disruption
- rest
- ttl
- resources/org/elasticsearch/bootstrap
- dev-tools
- src/main/resources
- ant
- license-check
- docs/reference
- aggregations
- pipeline
- cluster
- index-modules
- mapping
- fields
- types
- migration
- modules
- query-dsl
- plugins
- analysis-icu
- rest-api-spec/test/analysis_icu
- src
- main/java/org/elasticsearch/indices/analysis
- test/java/org/elasticsearch/index/analysis
- analysis-kuromoji
- rest-api-spec/test/analysis_kuromoji
- src/test
- java/org/elasticsearch/index/analysis
- resources/org/elasticsearch/index/analysis
- analysis-phonetic
- rest-api-spec/test/analysis_phonetic
- src/test/java/org/elasticsearch/index/analysis
- analysis-smartcn
- rest-api-spec/test/analysis_smartcn
- src/test/java/org/elasticsearch/index/analysis
- analysis-stempel
- rest-api-spec/test/analysis_stempel
- src/test/java/org/elasticsearch/index/analysis
- cloud-aws
- rest-api-spec/test/cloud_aws
- src/test/java/org/elasticsearch/cloud/aws
- cloud-azure
- rest-api-spec/test/cloud_azure
- src/test/java/org/elasticsearch/cloud/azure
- cloud-gce
- rest-api-spec/test/cloud_gce
- src/test/java/org/elasticsearch/cloud/gce
- delete-by-query
- src/test/java/org/elasticsearch/plugin/deletebyquery/test/rest
- lang-javascript
- rest-api-spec/test/lang_javascript
- src/test/java/org/elasticsearch/script/javascript
- lang-python
- rest-api-spec/test/lang_python
- src/test/java/org/elasticsearch/script/python
- rest-api-spec
- src/main/resources/rest-api-spec
- api
- test
- snapshot.create
- snapshot.get_repository
- snapshot.restore
- securemock
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
211 files changed
+7394
-3205
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1024 | 1024 | | |
1025 | 1025 | | |
1026 | 1026 | | |
| 1027 | + | |
| 1028 | + | |
| 1029 | + | |
| 1030 | + | |
| 1031 | + | |
| 1032 | + | |
| 1033 | + | |
| 1034 | + | |
| 1035 | + | |
| 1036 | + | |
| 1037 | + | |
| 1038 | + | |
| 1039 | + | |
| 1040 | + | |
| 1041 | + | |
| 1042 | + | |
| 1043 | + | |
| 1044 | + | |
| 1045 | + | |
| 1046 | + | |
| 1047 | + | |
| 1048 | + | |
| 1049 | + | |
| 1050 | + | |
| 1051 | + | |
| 1052 | + | |
| 1053 | + | |
| 1054 | + | |
| 1055 | + | |
| 1056 | + | |
| 1057 | + | |
| 1058 | + | |
| 1059 | + | |
| 1060 | + | |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
| 1064 | + | |
| 1065 | + | |
| 1066 | + | |
| 1067 | + | |
| 1068 | + | |
| 1069 | + | |
| 1070 | + | |
1027 | 1071 | | |
1028 | 1072 | | |
1029 | 1073 | | |
| |||
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
431 | | - | |
432 | | - | |
| 431 | + | |
433 | 432 | | |
434 | 433 | | |
435 | 434 | | |
| |||
444 | 443 | | |
445 | 444 | | |
446 | 445 | | |
447 | | - | |
448 | | - | |
| 446 | + | |
449 | 447 | | |
450 | 448 | | |
451 | 449 | | |
| |||
Lines changed: 1 addition & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
65 | 64 | | |
66 | 65 | | |
67 | 66 | | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | 67 | | |
72 | 68 | | |
73 | 69 | | |
| |||
81 | 77 | | |
82 | 78 | | |
83 | 79 | | |
84 | | - | |
| 80 | + | |
85 | 81 | | |
86 | 82 | | |
87 | 83 | | |
| |||
92 | 88 | | |
93 | 89 | | |
94 | 90 | | |
95 | | - | |
96 | 91 | | |
97 | 92 | | |
98 | 93 | | |
| |||
165 | 160 | | |
166 | 161 | | |
167 | 162 | | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | 163 | | |
177 | 164 | | |
178 | 165 | | |
| |||
222 | 209 | | |
223 | 210 | | |
224 | 211 | | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | 212 | | |
229 | 213 | | |
230 | 214 | | |
| |||
281 | 265 | | |
282 | 266 | | |
283 | 267 | | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | 268 | | |
291 | 269 | | |
292 | 270 | | |
| |||
306 | 284 | | |
307 | 285 | | |
308 | 286 | | |
309 | | - | |
310 | 287 | | |
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | 114 | | |
118 | 115 | | |
119 | 116 | | |
| |||
Lines changed: 5 additions & 30 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | | - | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| |||
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
| 65 | + | |
70 | 66 | | |
71 | 67 | | |
72 | 68 | | |
| |||
82 | 78 | | |
83 | 79 | | |
84 | 80 | | |
85 | | - | |
| 81 | + | |
86 | 82 | | |
87 | 83 | | |
88 | 84 | | |
| |||
91 | 87 | | |
92 | 88 | | |
93 | 89 | | |
94 | | - | |
95 | 90 | | |
96 | 91 | | |
97 | 92 | | |
| |||
147 | 142 | | |
148 | 143 | | |
149 | 144 | | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | 145 | | |
159 | 146 | | |
160 | 147 | | |
161 | 148 | | |
162 | | - | |
| 149 | + | |
163 | 150 | | |
164 | 151 | | |
165 | 152 | | |
| |||
204 | 191 | | |
205 | 192 | | |
206 | 193 | | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
| 194 | + | |
211 | 195 | | |
212 | 196 | | |
213 | 197 | | |
| |||
253 | 237 | | |
254 | 238 | | |
255 | 239 | | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | 240 | | |
263 | 241 | | |
264 | 242 | | |
| |||
313 | 291 | | |
314 | 292 | | |
315 | 293 | | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | 294 | | |
320 | 295 | | |
321 | 296 | | |
| |||
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
31 | | - | |
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
| |||
Lines changed: 11 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
382 | | - | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
383 | 391 | | |
384 | 392 | | |
385 | 393 | | |
| |||
0 commit comments