- Elasticsearch Guide: other versions:
- Getting Started
- Setup
- Breaking changes
- Breaking changes in 2.3
- Breaking changes in 2.2
- Breaking changes in 2.1
- Breaking changes in 2.0
- Removed features
- Network changes
- Multiple
path.data
striping - Mapping changes
- CRUD and routing changes
- Query DSL changes
- Search changes
- Aggregation changes
- Parent/Child changes
- Scripting changes
- Index API changes
- Snapshot and Restore changes
- Plugin and packaging changes
- Setting changes
- Stats, info, and
cat
changes - Java API changes
- API Conventions
- Document APIs
- Search APIs
- Aggregations
- Metrics Aggregations
- Avg Aggregation
- Cardinality Aggregation
- Extended Stats Aggregation
- Geo Bounds Aggregation
- Geo Centroid Aggregation
- Max Aggregation
- Min Aggregation
- Percentiles Aggregation
- Percentile Ranks Aggregation
- Scripted Metric Aggregation
- Stats Aggregation
- Sum Aggregation
- Top hits Aggregation
- Value Count Aggregation
- Bucket Aggregations
- Children Aggregation
- Date Histogram Aggregation
- Date Range Aggregation
- Filter Aggregation
- Filters Aggregation
- Geo Distance Aggregation
- GeoHash grid Aggregation
- Global Aggregation
- Histogram Aggregation
- IPv4 Range Aggregation
- Missing Aggregation
- Nested Aggregation
- Range Aggregation
- Reverse nested Aggregation
- Sampler Aggregation
- Significant Terms Aggregation
- Terms Aggregation
- Pipeline Aggregations
- Avg Bucket Aggregation
- Derivative Aggregation
- Max Bucket Aggregation
- Min Bucket Aggregation
- Sum Bucket Aggregation
- Stats Bucket Aggregation
- Extended Stats Bucket Aggregation
- Percentiles Bucket Aggregation
- Moving Average Aggregation
- Cumulative Sum Aggregation
- Bucket Script Aggregation
- Bucket Selector Aggregation
- Serial Differencing Aggregation
- Caching heavy aggregations
- Returning only aggregation results
- Aggregation Metadata
- Metrics Aggregations
- Indices APIs
- Create Index
- Delete Index
- Get Index
- Indices Exists
- Open / Close Index API
- Put Mapping
- Get Mapping
- Get Field Mapping
- Types Exists
- Index Aliases
- Update Indices Settings
- Get Settings
- Analyze
- Index Templates
- Warmers
- Shadow replica indices
- Indices Stats
- Indices Segments
- Indices Recovery
- Indices Shard Stores
- Clear Cache
- Flush
- Refresh
- Force Merge
- Optimize
- Upgrade
- cat APIs
- Cluster APIs
- Query DSL
- Mapping
- Field datatypes
- Meta-Fields
- Mapping parameters
analyzer
boost
coerce
copy_to
doc_values
dynamic
enabled
fielddata
format
geohash
geohash_precision
geohash_prefix
ignore_above
ignore_malformed
include_in_all
index
index_options
lat_lon
fields
norms
null_value
position_increment_gap
precision_step
properties
search_analyzer
similarity
store
term_vector
- Dynamic Mapping
- Transform
- Analysis
- Analyzers
- Tokenizers
- Token Filters
- Standard Token Filter
- ASCII Folding Token Filter
- Length Token Filter
- Lowercase Token Filter
- Uppercase Token Filter
- NGram Token Filter
- Edge NGram Token Filter
- Porter Stem Token Filter
- Shingle Token Filter
- Stop Token Filter
- Word Delimiter Token Filter
- Stemmer Token Filter
- Stemmer Override Token Filter
- Keyword Marker Token Filter
- Keyword Repeat Token Filter
- KStem Token Filter
- Snowball Token Filter
- Phonetic Token Filter
- Synonym Token Filter
- Compound Word Token Filter
- Reverse Token Filter
- Elision Token Filter
- Truncate Token Filter
- Unique Token Filter
- Pattern Capture Token Filter
- Pattern Replace Token Filter
- Trim Token Filter
- Limit Token Count Token Filter
- Hunspell Token Filter
- Common Grams Token Filter
- Normalization Token Filter
- CJK Width Token Filter
- CJK Bigram Token Filter
- Delimited Payload Token Filter
- Keep Words Token Filter
- Keep Types Token Filter
- Classic Token Filter
- Apostrophe Token Filter
- Decimal Digit Token Filter
- Character Filters
- Modules
- Index Modules
- Testing
- Glossary of terms
- Release Notes
- 2.3.5 Release Notes
- 2.3.4 Release Notes
- 2.3.3 Release Notes
- 2.3.2 Release Notes
- 2.3.1 Release Notes
- 2.3.0 Release Notes
- 2.2.2 Release Notes
- 2.2.1 Release Notes
- 2.2.0 Release Notes
- 2.1.2 Release Notes
- 2.1.1 Release Notes
- 2.1.0 Release Notes
- 2.0.2 Release Notes
- 2.0.1 Release Notes
- 2.0.0 Release Notes
- 2.0.0-rc1 Release Notes
- 2.0.0-beta2 Release Notes
- 2.0.0-beta1 Release Notes
WARNING: Version 2.3 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.
2.3.0 Release Notes
edit2.3.0 Release Notes
editAlso see Breaking changes in 2.3.
Breaking changes
edit- Allocation
-
- Speed up shard balancer by reusing shard model while moving shards that can no longer be allocated to a node #16926
- Mapping
Deprecations
edit- Geo
- Plugin Discovery Multicast
- Query DSL
New features
editEnhancements
edit- Allocation
- Cache
-
- Make TermsQuery considered costly. #16851
- Cluster
- Core
- Exceptions
- Geo
-
- Upgrade GeoPointField to use Lucene 5.5 PrefixEncoding #16482
- Internal
- Java API
- Logging
- Mapping
-
- Add deprecation logging for mapping transform #16952 (issue: #16910)
- Expose the reason why a mapping merge is issued. #16059 (issue: #15989)
-
Add sub-fields support to
bool
fields. #15636 (issue: #6587) - Improve cross-type dynamic mapping updates. #15633 (issue: #15568)
- Make mapping updates more robust. #15539
- Network
- Packaging
- Plugin Cloud Azure
- Plugin Discovery EC2
- Plugin Mapper Attachment
- REST
-
- More robust handling of CORS HTTP Access Control #16436
- Reindex API
- Scripting
-
- Logs old script params use to the Deprecation Logger #16950 (issue: #16910)
- Remove suppressAccessChecks permission for Groovy script plugin #16839 (issue: #16527)
- Class permission for Groovy references #16660 (issue: #16657)
- Scripting: Allow to get size of array in mustache #16193
- Added plumbing for compile time script parameters #16163 (issue: #15464)
- Enhancements to the mustache script engine #15661
- Search
- Settings
-
- Log warning if max file descriptors too low #16506
Bug fixes
edit- Aggregations
-
- Setting other bucket on empty aggregation #17264 (issue: #16546)
- Build empty extended stats aggregation if no docs collected for bucket #16972 (issues: #16812, #9544)
- Set meta data for pipeline aggregations #16516 (issue: #16484)
- Filter(s) aggregation should create weights only once. #15998
-
Make
missing
on terms aggs work with all execution modes. #15746 (issue: #14882) - Fix NPE in Derivative Pipeline when current bucket value is null #14745
- Aliases
- Allocation
- Analysis
- Bulk
- CAT API
- CRUD
- Cache
-
- Handle closed readers in ShardCoreKeyMap #16027
- Cluster
- Core
- Fielddata
- Geo
- Highlighting
- Inner Hits
- Internal
- Java API
- Logging
- Mapping
-
- Put mapping operations must update metadata of all types. #16264 (issue: #16239)
-
Fix serialization of
search_analyzer
. #16255 - Reuse metadata mappers for dynamic updates. #16023 (issue: #15997)
- Fix MapperService#searchFilter(…) #15923 (issue: #15757)
- MapperService: check index.mapper.dynamic during index creation #15424 (issue: #15381)
- Network
- Packaging
- Parent/Child
- Percolator
- Plugin Cloud Azure
-
- Fix calling ensureOpen() on the wrong directory #16383
- Plugin Discovery GCE
- Query DSL
-
- Fix FunctionScore equals/hashCode to include minScore and friends #15676
- REST
- Recovery
- Reindex API
- Scripting
-
- Check that _value is used in aggregations script before setting value to specialValue #17091 (issue: #14262)
- Add permission to access sun.reflect.MethodAccessorImpl from Groovy scripts #16540 (issue: #16536)
- Fixes json generation for scriptsort w/ deprecated params #16261 (issue: #16260)
- Security permissions for Groovy closures #16196 (issues: #16194, #248)
- Search
- Settings
-
- TransportClient should use updated setting for initialization of modules and service #16095
- Snapshot/Restore
- Stats
- Task Manager
- Translog
-
- Call ensureOpen on Translog#newView() to prevent IllegalStateException #17191
- Make sure IndexShard is active during recovery so it gets its fair share of the indexing buffer #16209 (issue: #16206)
- Avoid circular reference in exception #15952 (issue: #15941)
- Initialize translog before scheduling the sync to disk #15881
- Catch tragic even inside the checkpoint method rather than on the caller side #15825
- Never delete translog-N.tlog file when creation fails #15788
- Close recovered translog readers if createWriter fails #15762 (issue: #15754)
- Tribe Node
Regressions
edit- Analysis
- Plugin Cloud Azure
- REST
Upgrades
edit- Core
- Plugin Cloud Azure
- Plugin Discovery Azure
- Scripting
Was this helpful?
Thank you for your feedback.