File tree
796 files changed
+12807
-5868
lines changed- .ci
- buildSrc
- src/main/java/org/elasticsearch/gradle/testfixtures
- client
- client-benchmark-noop-api-plugin/src/main/java/org/elasticsearch/plugin/noop
- action
- bulk
- search
- rest-high-level/src
- main/java/org/elasticsearch/client
- core
- ml/inference/trainedmodel
- ensemble
- tree
- security/user/privileges
- test/java/org/elasticsearch/client/ml/inference/trainedmodel
- ensemble
- tree
- distribution
- archives
- docker/src/docker
- packages
- src
- common/scripts
- deb/lintian
- src/bin
- tools/launchers/src/main/java/org/elasticsearch/tools/launchers
- docs
- java-rest/high-level
- reference
- aggregations/metrics
- autoscaling/apis
- ilm
- ingest/processors
- ml/df-analytics/apis
- rest-api
- search
- setup
- important-settings
- install
- modules
- aggs-matrix-stats/src/main/java/org/elasticsearch/search/aggregations/support
- ingest-common/src
- main/java/org/elasticsearch/ingest/common
- test/java/org/elasticsearch/ingest/common
- lang-expression
- licenses
- src
- main/java/org/elasticsearch/script/expression
- test/java/org/elasticsearch/script/expression
- lang-mustache/src/main/java/org/elasticsearch/script/mustache
- lang-painless/src
- main
- antlr
- java/org/elasticsearch/painless
- action
- antlr
- test/java/org/elasticsearch/painless
- mapper-extras/src
- main/java/org/elasticsearch/index/mapper
- test/java/org/elasticsearch/index/mapper
- parent-join/src
- main/java/org/elasticsearch/join
- mapper
- query
- test/java/org/elasticsearch/join
- aggregations
- mapper
- percolator/src/test/java/org/elasticsearch/percolator
- rank-eval/src/main/java/org/elasticsearch/index/rankeval
- reindex/src
- main/java/org/elasticsearch/index/reindex
- test/java/org/elasticsearch/index/reindex
- plugins
- analysis-icu/licenses
- analysis-kuromoji/licenses
- analysis-nori/licenses
- analysis-phonetic/licenses
- analysis-smartcn/licenses
- analysis-stempel/licenses
- analysis-ukrainian/licenses
- discovery-ec2
- src/test/java/org/elasticsearch/discovery/ec2
- examples/rest-handler/src/main/java/org/elasticsearch/example/resthandler
- mapper-size/src/main/java/org/elasticsearch/index/mapper/size
- qa
- die-with-dignity/src/main/java/org/elasticsearch
- os/src/test/java/org/elasticsearch/packaging
- test
- util
- smoke-test-http/src/test/java/org/elasticsearch/http
- smoke-test-plugins
- rest-api-spec/src/main/resources/rest-api-spec/test/indices.stats
- server
- licenses
- src/main/java/org
- apache/lucene/queries
- elasticsearch
- action
- admin/indices/analyze
- fieldcaps
- search
- cluster/routing
- common/collect
- index
- codec
- engine
- fieldvisitor
- mapper
- query
- functionscore
- search
- shard
- similarity
- store
- termvectors
- translog
- repositories/blobstore
- rest
- action
- admin
- cluster
- indices
- cat
- document
- ingest
- search
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
796 files changed
+12807
-5868
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + |
Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
139 |
| - | |
| 139 | + | |
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
client/client-benchmark-noop-api-plugin/src/main/java/org/elasticsearch/plugin/noop/NoopPlugin.java
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
59 |
| - | |
| 58 | + | |
| 59 | + | |
60 | 60 |
| |
61 | 61 |
|
Lines changed: 10 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
36 | 35 |
| |
37 | 36 |
| |
38 | 37 |
| |
39 | 38 |
| |
40 | 39 |
| |
| 40 | + | |
41 | 41 |
| |
| 42 | + | |
| 43 | + | |
42 | 44 |
| |
43 | 45 |
| |
44 | 46 |
| |
45 | 47 |
| |
46 | 48 |
| |
47 | 49 |
| |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
53 | 57 |
| |
54 | 58 |
| |
55 | 59 |
| |
|
Lines changed: 11 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
25 | 24 |
| |
26 | 25 |
| |
27 | 26 |
| |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 |
| |
29 | 32 |
| |
30 | 33 |
| |
31 | 34 |
| |
32 | 35 |
| |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
38 | 43 |
| |
39 | 44 |
| |
40 | 45 |
| |
|
Lines changed: 3 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
25 |
| - | |
26 | 24 |
| |
27 | 25 |
| |
28 |
| - | |
29 |
| - | |
30 |
| - | |
| 26 | + | |
31 | 27 |
| |
32 | 28 |
| |
33 | 29 |
| |
| |||
36 | 32 |
| |
37 | 33 |
| |
38 | 34 |
| |
39 |
| - | |
40 |
| - | |
| 35 | + | |
| 36 | + | |
41 | 37 |
| |
42 | 38 |
| |
43 | 39 |
| |
| |||
101 | 97 |
| |
102 | 98 |
| |
103 | 99 |
| |
104 |
| - | |
105 |
| - | |
106 |
| - | |
107 |
| - | |
108 |
| - | |
109 | 100 |
| |
110 | 101 |
| |
111 | 102 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
106 |
| - | |
| 106 | + | |
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
| |||
157 | 157 |
| |
158 | 158 |
| |
159 | 159 |
| |
160 |
| - | |
| 160 | + | |
161 | 161 |
| |
162 | 162 |
| |
163 | 163 |
| |
|
Lines changed: 23 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
| 45 | + | |
45 | 46 |
| |
46 | 47 |
| |
47 | 48 |
| |
| |||
61 | 62 |
| |
62 | 63 |
| |
63 | 64 |
| |
| 65 | + | |
64 | 66 |
| |
65 | 67 |
| |
66 | 68 |
| |
| |||
76 | 78 |
| |
77 | 79 |
| |
78 | 80 |
| |
| 81 | + | |
79 | 82 |
| |
80 | 83 |
| |
81 | 84 |
| |
| |||
86 | 89 |
| |
87 | 90 |
| |
88 | 91 |
| |
89 |
| - | |
| 92 | + | |
| 93 | + | |
90 | 94 |
| |
91 | 95 |
| |
92 | 96 |
| |
| |||
96 | 100 |
| |
97 | 101 |
| |
98 | 102 |
| |
| 103 | + | |
99 | 104 |
| |
100 | 105 |
| |
101 | 106 |
| |
| |||
134 | 139 |
| |
135 | 140 |
| |
136 | 141 |
| |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
137 | 146 |
| |
138 | 147 |
| |
139 | 148 |
| |
| |||
146 | 155 |
| |
147 | 156 |
| |
148 | 157 |
| |
| 158 | + | |
149 | 159 |
| |
150 | 160 |
| |
151 | 161 |
| |
| |||
169 | 179 |
| |
170 | 180 |
| |
171 | 181 |
| |
172 |
| - | |
| 182 | + | |
| 183 | + | |
173 | 184 |
| |
174 | 185 |
| |
175 | 186 |
| |
| |||
182 | 193 |
| |
183 | 194 |
| |
184 | 195 |
| |
185 |
| - | |
| 196 | + | |
| 197 | + | |
186 | 198 |
| |
187 | 199 |
| |
188 | 200 |
| |
| |||
204 | 216 |
| |
205 | 217 |
| |
206 | 218 |
| |
| 219 | + | |
207 | 220 |
| |
208 | 221 |
| |
209 | 222 |
| |
| |||
265 | 278 |
| |
266 | 279 |
| |
267 | 280 |
| |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
268 | 286 |
| |
269 | 287 |
| |
270 | 288 |
| |
| |||
274 | 292 |
| |
275 | 293 |
| |
276 | 294 |
| |
277 |
| - | |
| 295 | + | |
| 296 | + | |
278 | 297 |
| |
279 | 298 |
| |
280 | 299 |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
318 | 318 |
| |
319 | 319 |
| |
320 | 320 |
| |
| 321 | + | |
321 | 322 |
| |
322 | 323 |
| |
323 | 324 |
| |
| |||
326 | 327 |
| |
327 | 328 |
| |
328 | 329 |
| |
329 |
| - | |
330 |
| - | |
| 330 | + | |
| 331 | + | |
331 | 332 |
| |
332 | 333 |
| |
333 | 334 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
| 89 | + | |
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
| 52 | + | |
52 | 53 |
| |
53 | 54 |
| |
54 | 55 |
| |
| |||
63 | 64 |
| |
64 | 65 |
| |
65 | 66 |
| |
| 67 | + | |
66 | 68 |
| |
67 | 69 |
| |
68 | 70 |
| |
|
Lines changed: 10 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
47 | 52 |
| |
48 | 53 |
| |
49 | 54 |
| |
| |||
55 | 60 |
| |
56 | 61 |
| |
57 | 62 |
| |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
58 | 67 |
| |
59 | 68 |
| |
60 | 69 |
| |
| |||
94 | 103 |
| |
95 | 104 |
| |
96 | 105 |
| |
97 |
| - | |
| 106 | + | |
98 | 107 |
| |
99 | 108 |
| |
100 | 109 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
34 |
| - | |
| 33 | + | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
|
0 commit comments