Commit e3f1886
committed
Merge branch 'master' into primary-context
* master:
Upgrade icu4j for the ICU analysis plugin to 59.1 (#25243)
move assertBusy to use CheckException (#25246)
Use SPI in High Level Rest Client to load XContent parsers (#25098)
[TEST] test that low level REST client leaves path untouched (#25193)
Speed up PK lookups at index time. (#19856)
[Docs] Fix documentation for percentiles bucket aggregation (#25229)
Upgrade to lucene-7.0.0-snapshot-92b1783. (#25222)
Build: Add master flag for disabling bwc tests (#25230)
Scripting: Rename SearchScript.needsScores to needs_score (#25235)
Support script context stateful factory in Painless. (#25233)
FastVectorHighlighter should not cache the field query globally (#25197)
Remove QUERY_AND_FETCH BWC for pre-5.3.0 nodes (#25223)
Add more missing AggregationBuilder getters (#25198)
Extract the snapshot/restore full cluster restart tests from the translog full cluster restart tests (#25204)File tree
130 files changed
+1254
-788
lines changed- buildSrc
- client
- rest-high-level/src
- main/java/org/elasticsearch/client
- test/java/org/elasticsearch/client
- rest/src
- main/java/org/elasticsearch/client
- test/java/org/elasticsearch/client
- core
- licenses
- src
- main
- java/org/elasticsearch
- action/search
- common/lucene
- search/function
- uid
- plugins/spi
- script
- search
- aggregations
- bucket/terms
- metrics/sum
- support
- fetch/subphase/highlight
- resources/org/elasticsearch/bootstrap
- test
- java/org/elasticsearch
- action
- bulk
- support/single/instance
- cluster
- routing
- allocation/decider
- common
- lucene
- search/function
- uid
- util/concurrent
- discovery
- document
- index/shard
- indices
- analyze
- memory/breaker
- recovery
- state
- stats
- store
- plugins/spi
- recovery
- search
- basic
- child
- functionscore
- snapshots
- resources/META-INF/services
- docs/reference
- aggregations/pipeline
- analysis
- charfilters
- tokenizers
- how-to
- migration/migrate_6_0
- query-dsl
- search
- request
- modules
- aggs-matrix-stats/src/main
- java/org/elasticsearch/search/aggregations/matrix/spi
- resources/META-INF/services
- lang-expression
- licenses
- src
- main/java/org/elasticsearch/script/expression
- test/java/org/elasticsearch/script/expression
- lang-painless/src
- main/java/org/elasticsearch/painless
- test/java/org/elasticsearch/painless
- parent-join/src/main
- java/org/elasticsearch/join/spi
- resources/META-INF/services
- transport-netty4/src/test/java/org/elasticsearch/transport/netty4
- plugins
- analysis-icu
- licenses
- analysis-kuromoji/licenses
- analysis-phonetic/licenses
- analysis-smartcn/licenses
- analysis-stempel/licenses
- analysis-ukrainian/licenses
- examples/script-expert-scoring/src/main/java/org/elasticsearch/example/expertscript
- qa
- full-cluster-restart
- src/test/java/org/elasticsearch/upgrades
- mixed-cluster
- rolling-upgrade
- rest-api-spec/src/main/resources/rest-api-spec/test/search.highlight
- test/framework/src
- main/java/org/elasticsearch
- indices/analysis
- script
- test
- rest
- test/java/org/elasticsearch/test/test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
130 files changed
+1254
-788
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
155 | 173 | | |
156 | 174 | | |
157 | 175 | | |
158 | | - | |
| 176 | + | |
159 | 177 | | |
160 | 178 | | |
161 | 179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 17 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
| 52 | + | |
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
| |||
92 | 91 | | |
93 | 92 | | |
94 | 93 | | |
95 | | - | |
96 | | - | |
97 | 94 | | |
98 | 95 | | |
99 | 96 | | |
| |||
142 | 139 | | |
143 | 140 | | |
144 | 141 | | |
| 142 | + | |
145 | 143 | | |
146 | 144 | | |
147 | 145 | | |
148 | 146 | | |
149 | 147 | | |
| 148 | + | |
150 | 149 | | |
151 | 150 | | |
152 | 151 | | |
| |||
180 | 179 | | |
181 | 180 | | |
182 | 181 | | |
183 | | - | |
184 | | - | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
566 | 566 | | |
567 | 567 | | |
568 | 568 | | |
569 | | - | |
570 | | - | |
571 | 569 | | |
572 | 570 | | |
573 | 571 | | |
| |||
579 | 577 | | |
580 | 578 | | |
581 | 579 | | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
582 | 591 | | |
Lines changed: 24 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| |||
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| 74 | + | |
72 | 75 | | |
73 | 76 | | |
74 | 77 | | |
| |||
613 | 616 | | |
614 | 617 | | |
615 | 618 | | |
616 | | - | |
| 619 | + | |
617 | 620 | | |
618 | | - | |
| 621 | + | |
619 | 622 | | |
620 | 623 | | |
621 | 624 | | |
| |||
624 | 627 | | |
625 | 628 | | |
626 | 629 | | |
627 | | - | |
| 630 | + | |
628 | 631 | | |
629 | 632 | | |
630 | 633 | | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
631 | 652 | | |
632 | 653 | | |
633 | 654 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
553 | 553 | | |
554 | 554 | | |
555 | 555 | | |
556 | | - | |
| 556 | + | |
557 | 557 | | |
558 | 558 | | |
559 | 559 | | |
| |||
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
| |||
77 | 80 | | |
78 | 81 | | |
79 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
80 | 99 | | |
81 | 100 | | |
82 | 101 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 0 additions & 1 deletion
This file was deleted.
0 commit comments