2016-09-08 12:27:01 -04:00
|
|
|
[[breaking-changes-6.0]]
|
|
|
|
== Breaking changes in 6.0
|
|
|
|
|
|
|
|
This section discusses the changes that you need to be aware of when migrating
|
|
|
|
your application to Elasticsearch 6.0.
|
|
|
|
|
|
|
|
[float]
|
|
|
|
=== Indices created before 6.0
|
|
|
|
|
|
|
|
Elasticsearch 6.0 can read indices created in version 5.0 or above. An
|
|
|
|
Elasticsearch 6.0 node will not start in the presence of indices created in a
|
|
|
|
version of Elasticsearch before 5.0.
|
|
|
|
|
|
|
|
[IMPORTANT]
|
|
|
|
.Reindex indices from Elasticseach 2.x or before
|
|
|
|
=========================================
|
|
|
|
|
|
|
|
Indices created in Elasticsearch 2.x or before will need to be reindexed with
|
|
|
|
Elasticsearch 5.x in order to be readable by Elasticsearch 6.x. The easiest
|
|
|
|
way to reindex old indices is to use the `reindex` API.
|
|
|
|
|
|
|
|
=========================================
|
|
|
|
|
|
|
|
[float]
|
|
|
|
=== Also see:
|
|
|
|
|
2016-11-09 07:06:41 -05:00
|
|
|
* <<breaking_60_cat_changes>>
|
2016-11-21 09:02:34 -05:00
|
|
|
* <<breaking_60_stats_changes>>
|
2016-09-08 13:36:31 -04:00
|
|
|
* <<breaking_60_rest_changes>>
|
|
|
|
* <<breaking_60_search_changes>>
|
2017-03-01 04:00:38 -05:00
|
|
|
* <<breaking_60_aggregations_changes>>
|
2016-12-09 16:36:45 -05:00
|
|
|
* <<breaking_60_mappings_changes>>
|
2016-09-12 17:47:01 -04:00
|
|
|
* <<breaking_60_docs_changes>>
|
|
|
|
* <<breaking_60_cluster_changes>>
|
2016-10-18 12:35:57 -04:00
|
|
|
* <<breaking_60_settings_changes>>
|
2016-09-12 09:54:12 -04:00
|
|
|
* <<breaking_60_plugins_changes>>
|
2016-11-11 10:11:46 -05:00
|
|
|
* <<breaking_60_indices_changes>>
|
2016-11-22 22:24:12 -05:00
|
|
|
* <<breaking_60_scripting_changes>>
|
2016-12-19 03:10:58 -05:00
|
|
|
* <<breaking_60_ingest_changes>>
|
2016-12-22 11:57:47 -05:00
|
|
|
* <<breaking_60_percolator_changes>>
|
2017-02-17 14:45:41 -05:00
|
|
|
* <<breaking_60_java_changes>>
|
2016-09-08 12:27:01 -04:00
|
|
|
|
2016-11-09 07:06:41 -05:00
|
|
|
include::migrate_6_0/cat.asciidoc[]
|
|
|
|
|
2016-11-21 09:02:34 -05:00
|
|
|
include::migrate_6_0/stats.asciidoc[]
|
|
|
|
|
2016-09-08 13:36:31 -04:00
|
|
|
include::migrate_6_0/rest.asciidoc[]
|
|
|
|
|
|
|
|
include::migrate_6_0/search.asciidoc[]
|
2016-09-07 13:00:09 -04:00
|
|
|
|
2017-03-01 04:00:38 -05:00
|
|
|
include::migrate_6_0/aggregations.asciidoc[]
|
|
|
|
|
2016-12-09 16:36:45 -05:00
|
|
|
include::migrate_6_0/mappings.asciidoc[]
|
|
|
|
|
2016-09-07 13:00:09 -04:00
|
|
|
include::migrate_6_0/docs.asciidoc[]
|
2016-09-12 17:47:01 -04:00
|
|
|
|
|
|
|
include::migrate_6_0/cluster.asciidoc[]
|
2016-09-12 09:54:12 -04:00
|
|
|
|
2016-10-18 12:35:57 -04:00
|
|
|
include::migrate_6_0/settings.asciidoc[]
|
|
|
|
|
2016-09-12 09:54:12 -04:00
|
|
|
include::migrate_6_0/plugins.asciidoc[]
|
2016-11-11 10:11:46 -05:00
|
|
|
|
|
|
|
include::migrate_6_0/indices.asciidoc[]
|
2016-11-22 22:24:12 -05:00
|
|
|
|
|
|
|
include::migrate_6_0/scripting.asciidoc[]
|
2016-12-19 03:10:58 -05:00
|
|
|
|
|
|
|
include::migrate_6_0/ingest.asciidoc[]
|
2016-12-22 11:57:47 -05:00
|
|
|
|
|
|
|
include::migrate_6_0/percolator.asciidoc[]
|
2017-02-17 14:45:41 -05:00
|
|
|
|
|
|
|
include::migrate_6_0/java.asciidoc[]
|