2017-08-16 15:12:44 -04:00
|
|
|
[[breaking-changes-7.0]]
|
|
|
|
== Breaking changes in 7.0
|
|
|
|
|
|
|
|
This section discusses the changes that you need to be aware of when migrating
|
|
|
|
your application to Elasticsearch 7.0.
|
|
|
|
|
|
|
|
[float]
|
|
|
|
=== Indices created before 7.0
|
|
|
|
|
|
|
|
Elasticsearch 7.0 can read indices created in version 6.0 or above. An
|
|
|
|
Elasticsearch 7.0 node will not start in the presence of indices created in a
|
|
|
|
version of Elasticsearch before 6.0.
|
|
|
|
|
|
|
|
[IMPORTANT]
|
2017-12-05 14:46:40 -05:00
|
|
|
.Reindex indices from Elasticsearch 5.x or before
|
2017-08-16 15:12:44 -04:00
|
|
|
=========================================
|
|
|
|
|
|
|
|
Indices created in Elasticsearch 5.x or before will need to be reindexed with
|
2017-12-05 14:46:40 -05:00
|
|
|
Elasticsearch 6.x in order to be readable by Elasticsearch 7.x.
|
2017-08-16 15:12:44 -04:00
|
|
|
|
|
|
|
=========================================
|
|
|
|
|
2017-08-17 16:57:26 -04:00
|
|
|
[float]
|
|
|
|
=== Also see:
|
|
|
|
|
2017-08-28 11:43:59 -04:00
|
|
|
* <<breaking_70_aggregations_changes>>
|
2017-08-17 16:57:26 -04:00
|
|
|
* <<breaking_70_cluster_changes>>
|
|
|
|
* <<breaking_70_indices_changes>>
|
2017-08-28 11:43:59 -04:00
|
|
|
* <<breaking_70_mappings_changes>>
|
2017-09-07 11:25:05 -04:00
|
|
|
* <<breaking_70_search_changes>>
|
2017-09-12 10:51:44 -04:00
|
|
|
* <<breaking_70_plugins_changes>>
|
2017-11-24 07:03:19 -05:00
|
|
|
* <<breaking_70_analysis_changes>>
|
2017-11-17 15:31:52 -05:00
|
|
|
* <<breaking_70_api_changes>>
|
|
|
|
|
2017-08-17 16:57:26 -04:00
|
|
|
|
2017-08-28 11:43:59 -04:00
|
|
|
include::migrate_7_0/aggregations.asciidoc[]
|
2017-11-24 12:16:14 -05:00
|
|
|
include::migrate_7_0/analysis.asciidoc[]
|
2017-08-17 16:57:26 -04:00
|
|
|
include::migrate_7_0/cluster.asciidoc[]
|
|
|
|
include::migrate_7_0/indices.asciidoc[]
|
2017-08-28 11:43:59 -04:00
|
|
|
include::migrate_7_0/mappings.asciidoc[]
|
2017-09-07 11:25:05 -04:00
|
|
|
include::migrate_7_0/search.asciidoc[]
|
2017-09-12 10:51:44 -04:00
|
|
|
include::migrate_7_0/plugins.asciidoc[]
|
2017-11-17 15:31:52 -05:00
|
|
|
include::migrate_7_0/api.asciidoc[]
|