Commit ea16f02
committed
Merge branch 'master' into translog-no-ops
* master:
Simplify Unicast Zen Ping (elastic#22277)
Replace IndicesQueriesRegistry (elastic#22289)
Fixed document mistake and fit for 5.1.1 API
[TEST] improve error message in ESTestCase#assertWarnings
[TEST] remove deleted test classes from checkstyle suppressions
[TEST] make ESSingleNodeTestCase tests repeatable (elastic#22283)
Link for setting page in elasticsearch.yml is outdated
Factor out sort values from InternalSearchHit (elastic#22080)
Add ID for percolate query to Java API docs
x_refresh.yaml tests should use unique index names and doc ids to ease debugging
IndicesStoreIntegrationIT should not use start recovery sending as an indication that the recovery started
Added base class for testing aggregators and some initial tests for `terms`, `top_hits` and `min` aggregations.
Add link to foreach processor to ingest-attachment.asciidocFile tree
107 files changed
+1859
-1110
lines changed- buildSrc/src/main/resources
- core/src
- main/java/org/elasticsearch
- client/transport
- common/xcontent
- discovery/zen
- index
- query
- indices
- query
- node
- rest/action
- admin/indices
- cat
- document
- search
- search
- internal
- transport
- test/java/org/elasticsearch
- action/search
- discovery/zen
- index
- mapper
- query
- indices/store
- search
- aggregations
- bucket
- geogrid
- histogram
- significant
- terms
- metrics
- min
- tophits
- pipeline
- bucketmetrics
- moving/avg
- support
- builder
- fetch/subphase/highlight
- internal
- rescore
- searchafter
- slice
- sort
- suggest
- completion
- phrase
- transport
- distribution/src/main/resources/config
- docs
- java-api
- docs
- query-dsl
- plugins
- modules
- lang-mustache/src/main/java/org/elasticsearch/script/mustache
- percolator/src/main/java/org/elasticsearch/percolator
- reindex/src
- main/java/org/elasticsearch/index/reindex
- test/java/org/elasticsearch/index/reindex
- plugins/discovery-file/src
- main/java/org/elasticsearch/discovery/file
- test/java/org/elasticsearch/discovery/file
- rest-api-spec/src/main/resources/rest-api-spec/test
- bulk
- create
- delete
- index
- update
- test/framework/src
- main/java/org/elasticsearch
- test
- discovery
- transport
- test/java/org/elasticsearch/search
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
107 files changed
+1859
-1110
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
590 | 590 | | |
591 | 591 | | |
592 | 592 | | |
593 | | - | |
594 | | - | |
595 | | - | |
596 | 593 | | |
597 | 594 | | |
598 | 595 | | |
| |||
704 | 701 | | |
705 | 702 | | |
706 | 703 | | |
707 | | - | |
708 | 704 | | |
709 | 705 | | |
710 | 706 | | |
| |||
923 | 919 | | |
924 | 920 | | |
925 | 921 | | |
926 | | - | |
927 | 922 | | |
928 | 923 | | |
929 | 924 | | |
| |||
993 | 988 | | |
994 | 989 | | |
995 | 990 | | |
996 | | - | |
997 | 991 | | |
998 | | - | |
999 | 992 | | |
1000 | | - | |
1001 | | - | |
1002 | | - | |
1003 | 993 | | |
1004 | 994 | | |
1005 | 995 | | |
| |||
Lines changed: 18 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
104 | 119 | | |
105 | 120 | | |
106 | 121 | | |
| |||
389 | 404 | | |
390 | 405 | | |
391 | 406 | | |
392 | | - | |
393 | | - | |
| 407 | + | |
| 408 | + | |
394 | 409 | | |
395 | 410 | | |
396 | 411 | | |
| |||
470 | 485 | | |
471 | 486 | | |
472 | 487 | | |
473 | | - | |
| 488 | + | |
474 | 489 | | |
475 | 490 | | |
476 | 491 | | |
| |||
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
37 | 51 | | |
38 | 52 | | |
39 | 53 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
174 | 173 | | |
175 | 174 | | |
176 | 175 | | |
177 | | - | |
| 176 | + | |
178 | 177 | | |
179 | 178 | | |
180 | 179 | | |
| |||
0 commit comments