2017-08-16 13:12:44 -06: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 11:46:40 -08:00
|
|
|
.Reindex indices from Elasticsearch 5.x or before
|
2017-08-16 13:12:44 -06:00
|
|
|
=========================================
|
|
|
|
|
|
|
|
Indices created in Elasticsearch 5.x or before will need to be reindexed with
|
2017-12-05 11:46:40 -08:00
|
|
|
Elasticsearch 6.x in order to be readable by Elasticsearch 7.x.
|
2017-08-16 13:12:44 -06:00
|
|
|
|
|
|
|
=========================================
|
|
|
|
|
2017-08-17 14:57:26 -06:00
|
|
|
[float]
|
|
|
|
=== Also see:
|
|
|
|
|
2017-08-28 17:43:59 +02:00
|
|
|
* <<breaking_70_aggregations_changes>>
|
2017-08-17 14:57:26 -06:00
|
|
|
* <<breaking_70_cluster_changes>>
|
|
|
|
* <<breaking_70_indices_changes>>
|
2017-08-28 17:43:59 +02:00
|
|
|
* <<breaking_70_mappings_changes>>
|
2017-09-07 09:25:05 -06:00
|
|
|
* <<breaking_70_search_changes>>
|
2017-09-12 16:51:44 +02:00
|
|
|
* <<breaking_70_plugins_changes>>
|
2017-11-24 20:03:19 +08:00
|
|
|
* <<breaking_70_analysis_changes>>
|
2017-11-17 15:31:52 -05:00
|
|
|
* <<breaking_70_api_changes>>
|
2018-01-25 14:13:20 +01:00
|
|
|
* <<breaking_70_java_changes>>
|
2018-01-03 12:16:42 +01:00
|
|
|
* <<breaking_70_settings_changes>>
|
2017-11-17 15:31:52 -05:00
|
|
|
|
2017-08-17 14:57:26 -06:00
|
|
|
|
2017-08-28 17:43:59 +02:00
|
|
|
include::migrate_7_0/aggregations.asciidoc[]
|
2017-11-24 09:16:14 -08:00
|
|
|
include::migrate_7_0/analysis.asciidoc[]
|
2017-08-17 14:57:26 -06:00
|
|
|
include::migrate_7_0/cluster.asciidoc[]
|
|
|
|
include::migrate_7_0/indices.asciidoc[]
|
2017-08-28 17:43:59 +02:00
|
|
|
include::migrate_7_0/mappings.asciidoc[]
|
2017-09-07 09:25:05 -06:00
|
|
|
include::migrate_7_0/search.asciidoc[]
|
2017-09-12 16:51:44 +02:00
|
|
|
include::migrate_7_0/plugins.asciidoc[]
|
2017-11-17 15:31:52 -05:00
|
|
|
include::migrate_7_0/api.asciidoc[]
|
2018-01-25 14:13:20 +01:00
|
|
|
include::migrate_7_0/java.asciidoc[]
|
2018-01-03 12:16:42 +01:00
|
|
|
include::migrate_7_0/settings.asciidoc[]
|