From 3246d3e355721c49d13dc0c946b2f4ae7f6d26b2 Mon Sep 17 00:00:00 2001 From: lcawl Date: Fri, 8 Mar 2019 11:13:02 -0800 Subject: [PATCH] [DOCS] Adds tagged region for notable breaking changes --- docs/reference/migration/migrate_7_0.asciidoc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/reference/migration/migrate_7_0.asciidoc b/docs/reference/migration/migrate_7_0.asciidoc index b040941b3a9..7dd93f82887 100644 --- a/docs/reference/migration/migrate_7_0.asciidoc +++ b/docs/reference/migration/migrate_7_0.asciidoc @@ -9,6 +9,7 @@ your application to Elasticsearch 7.0. See also <> and <>. +* <> * <> * <> * <> @@ -30,7 +31,13 @@ See also <> and <>. * <> [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[]