[DOCS] Adds tagged region for notable breaking changes

This commit is contained in:
lcawl 2019-03-08 11:13:02 -08:00
parent 35dd52461f
commit 3246d3e355
1 changed files with 10 additions and 1 deletions

View File

@ -9,6 +9,7 @@ your application to Elasticsearch 7.0.
See also <<release-highlights>> and <<es-release-notes>>.
* <<breaking_70_notable>>
* <<breaking_70_aggregations_changes>>
* <<breaking_70_cluster_changes>>
* <<breaking_70_discovery_changes>>
@ -30,7 +31,13 @@ See also <<release-highlights>> and <<es-release-notes>>.
* <<breaking_70_java_time_changes>>
[float]
=== Indices created before 7.0
[[breaking_70_notable]]
=== Notable changes
// NOTE: The content in this section is also used in the Installation and Upgrade Guide.
//tag::notable-breaking-changes[]
[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
@ -45,6 +52,8 @@ Elasticsearch 6.x in order to be readable by Elasticsearch 7.x.
=========================================
// end::notable-breaking-changes[]
include::migrate_7_0/aggregations.asciidoc[]
include::migrate_7_0/analysis.asciidoc[]
include::migrate_7_0/cluster.asciidoc[]