diff --git a/docs/reference/migration/index.asciidoc b/docs/reference/migration/index.asciidoc index b882446a50d6d..62097994b7f78 100644 --- a/docs/reference/migration/index.asciidoc +++ b/docs/reference/migration/index.asciidoc @@ -11,6 +11,7 @@ For information about how to upgrade your cluster, see <>. -- +include::migrate_7_6.asciidoc[] include::migrate_7_5.asciidoc[] include::migrate_7_4.asciidoc[] include::migrate_7_3.asciidoc[] diff --git a/docs/reference/migration/migrate_7_6.asciidoc b/docs/reference/migration/migrate_7_6.asciidoc new file mode 100644 index 0000000000000..d8b50c8be2cfc --- /dev/null +++ b/docs/reference/migration/migrate_7_6.asciidoc @@ -0,0 +1,31 @@ +[[breaking-changes-7.6]] +== Breaking changes in 7.6 +++++ +7.6 +++++ + +This section discusses the changes that you need to be aware of when migrating +your application to Elasticsearch 7.6. + +See also <> and <>. + +coming[7.6.0] + +//NOTE: The notable-breaking-changes tagged regions are re-used in the +//Installation and Upgrade Guide + +//tag::notable-breaking-changes[] + +//end::notable-breaking-changes[] + +[discrete] +[[breaking_76_search_changes]] +=== Search Changes + +[discrete] +==== Deprecation of sparse vector fields +The `sparse_vector` field type has been deprecated and will be removed in 8.0. +We have not seen much interest in this experimental field type, and don't see +a clear use case as it's currently designed. If you have feedback or +suggestions around sparse vector functionality, please let us know through +GitHub or the 'discuss' forums.