WARNING: Version 6.1 of Elasticsearch has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
6.0.0-alpha2 Release Notes
edit6.0.0-alpha2 Release Notes
editAlso see Breaking changes in 6.0.
Breaking changes
editBreaking Java changes
edit- Aggregations
- Plugins
-
- Drop name from TokenizerFactory #24869
Deprecations
editNew features
editEnhancements
edit- Core
-
- Improve bootstrap checks error messages #24548
- Engine
- Internal
-
- Add assertions enabled helper #24834
- Java High Level REST Client
-
- Add doc_count to ParsedMatrixStats #24952 (issue: #24776)
- Add fromXContent method to ClearScrollResponse #24909
- ClearScrollRequest to implement ToXContentObject #24907
- SearchScrollRequest to implement ToXContentObject #24906 (issue: #3889)
- Add aggs parsers for high level REST Client #24824 (issues: #23965, #23973, #23974, #24085, #24160, #24162, #24182, #24183, #24208, #24213, #24239, #24284, #24312, #24330, #24365, #24371, #24442, #24521, #24524, #24564, #24583, #24589, #24648, #24667, #24675, #24682, #24700, #24706, #24717, #24720, #24738, #24746, #24789, #24791, #24794, #24796, #24822)
- Mapping
-
-
Identify documents by their
_id
. #24460
-
Identify documents by their
- Packaging
- Plugin Lang Painless
- Recovery
- Scripting
- Search
- Search Templates
- Sequence IDs
- Snapshot/Restore
Bug fixes
edit- Aggregations
-
- Terms aggregation should remap global ordinal buckets when a sub-aggregator is used to sort the terms #24941 (issue: #24788)
- Correctly set doc_count when MovAvg "predicts" values on existing buckets #24892 (issue: #24327)
-
DateHistogram: Fix
extended_bounds
withoffset
#23789 (issue: #23776) - Fix ArrayIndexOutOfBoundsException when no ranges are specified in the query #23241 (issue: #22881)
- Analysis
-
-
PatternAnalyzer should lowercase wildcard queries when
lowercase
is true. #24967
-
PatternAnalyzer should lowercase wildcard queries when
- Cache
-
- fix bug of weight computation #24856
- Core
-
- Fix cache expire after access #24546
- Index APIs
- Ingest
- Inner Hits
- Internal
- Network
-
- Fix error message if an incompatible node connects #24884
- Plugins
- Scroll
-
-
Fix single shard scroll within a cluster with nodes in version
>= 5.3
and<= 5.3
#24512
-
Fix single shard scroll within a cluster with nodes in version
- Search
- Sequence IDs
- Snapshot/Restore
- Stats
- Suggesters