Commit 5506cfd
committed
Merge branch 'ccr' into engine-factory-provider
* ccr: (42 commits)
[DOCS] Added info about snapshotting your data before an upgrade.
Add documentation about disabling `_field_names`. (elastic#26813)
Remove UnsortedNumericDoubleValues (elastic#26817)
Fix IndexOutOfBoundsException in histograms for NaN doubles (elastic#26787) (elastic#26856)
[TEST] Added skipping the `headers` feature to the Bulk REST YAML test
Update type-field.asciidoc
Fix search_after with geo distance sorting (elastic#26891)
Use proper logging placeholder for Netty logging
Add Netty channel information on write and flush failure
Remove deploying in JBoss documentation
Document JVM option MaxFDLimit for macOS ()
Add additional low-level logging handler ()
Unwrap causes when maybe dying
Change log level on write and flush failure to warn
[TEST] add test to ensure legacy list syntax in yml works fine
Bump BWC version for settings serialization to 6.1.0
Removed void token filter entries and added two tests
Added Bengali Analyzer to Elasticsearch with respect to the lucene update(PR#238)
Fix toString() in SnapshotStatus (elastic#26852)
elastic#26870 change bwc version for fuzzy_transpositions to 6.1 after backport
...File tree
195 files changed
+2310
-1131
lines changed- buildSrc
- src/main/groovy/org/elasticsearch/gradle/vagrant
- core
- licenses
- src
- main
- java/org/elasticsearch
- action
- admin
- cluster/snapshots/status
- indices/settings/get
- search
- cluster
- metadata
- node
- common
- logging
- lucene
- network
- settings
- index
- analysis
- fielddata
- ordinals
- plain
- query
- functionscore
- search
- indices/analysis
- monitor/os
- node
- plugins
- search
- aggregations/bucket/histogram
- fetch/subphase
- profile/query
- searchafter
- transport
- resources/org/elasticsearch/bootstrap
- test/java/org/elasticsearch
- action/admin/cluster
- node/stats
- snapshots/status
- bootstrap
- client
- cluster
- metadata
- node
- settings
- common/settings
- index
- query
- indices
- memory/breaker
- template
- monitor/os
- search
- aggregations/bucket/histogram
- basic
- profile/query
- searchafter
- snapshots
- docs
- java-api
- reference
- analysis
- analyzers
- tokenfilters
- cluster
- how-to
- mapping/fields
- modules
- query-dsl
- setup/sysconfig
- modules
- analysis-common/src
- main/java/org/elasticsearch/analysis/common
- test
- java/org/elasticsearch/analysis/common
- resources/rest-api-spec/test/analysis-common
- lang-expression/licenses
- parent-join/src/main/java/org/elasticsearch/join/query
- transport-netty4/src
- main/java/org/elasticsearch/transport/netty4
- test/java/org/elasticsearch/transport/netty4
- tribe/src/main/java/org/elasticsearch/tribe
- plugins
- analysis-icu/licenses
- analysis-kuromoji/licenses
- analysis-phonetic/licenses
- analysis-smartcn/licenses
- analysis-stempel/licenses
- analysis-ukrainian/licenses
- discovery-ec2/src/main/java/org/elasticsearch/discovery/ec2
- repository-azure/src/main/java/org/elasticsearch/repositories/azure
- repository-hdfs/src/main/java/org/elasticsearch/repositories/hdfs
- qa
- evil-tests/src/test/java/org/elasticsearch/bootstrap
- full-cluster-restart
- mixed-cluster/src/test/java/org/elasticsearch/backwards
- multi-cluster-search/src/test/resources/rest-api-spec/test/multi_cluster
- rolling-upgrade/src/test/java/org/elasticsearch/upgrades
- rest-api-spec/src/main/resources/rest-api-spec/test/bulk
- test/framework/src
- main/java/org/elasticsearch
- indices/analysis
- test
- rest
- transport
- nio
- test/java/org/elasticsearch
- test/test
- transport/nio
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
195 files changed
+2310
-1131
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
67 | 71 | | |
68 | 72 | | |
69 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
This file was deleted.
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
This file was deleted.
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments