You are looking at documentation for an older release.
Not what you want? See the
current release documentation.
Breaking changes in 2.0edit
This section discusses the changes that you need to be aware of when migrating your application to Elasticsearch 2.0.
Indices created before 0.90edit
Elasticsearch 2.0 can read indices created in version 0.90 and above. If any of your indices were created before 0.90 you will need to upgrade to the latest 1.x version of Elasticsearch first, in order to upgrade your indices or to delete the old indices. Elasticsearch will not start in the presence of old indices.
Elasticsearch migration pluginedit
We have provided the Elasticsearch migration plugin to help you detect any issues that you may have when upgrading to Elasticsearch 2.0. Please install and run the plugin before upgrading.
Also seeedit
- 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