Skip to content

Commit 605500d

Browse files
authored
Add sparse vector deprecation to 7.6 migration docs. (#48435)
This note was accidentally omitted from the deprecation PR.
1 parent 6ea59dd commit 605500d

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

docs/reference/migration/index.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ For information about how to upgrade your cluster, see <<setup-upgrade>>.
1111

1212
--
1313

14+
include::migrate_7_6.asciidoc[]
1415
include::migrate_7_5.asciidoc[]
1516
include::migrate_7_4.asciidoc[]
1617
include::migrate_7_3.asciidoc[]
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
[[breaking-changes-7.6]]
2+
== Breaking changes in 7.6
3+
++++
4+
<titleabbrev>7.6</titleabbrev>
5+
++++
6+
7+
This section discusses the changes that you need to be aware of when migrating
8+
your application to Elasticsearch 7.6.
9+
10+
See also <<release-highlights>> and <<es-release-notes>>.
11+
12+
coming[7.6.0]
13+
14+
//NOTE: The notable-breaking-changes tagged regions are re-used in the
15+
//Installation and Upgrade Guide
16+
17+
//tag::notable-breaking-changes[]
18+
19+
//end::notable-breaking-changes[]
20+
21+
[discrete]
22+
[[breaking_76_search_changes]]
23+
=== Search Changes
24+
25+
[discrete]
26+
==== Deprecation of sparse vector fields
27+
The `sparse_vector` field type has been deprecated and will be removed in 8.0.
28+
We have not seen much interest in this experimental field type, and don't see
29+
a clear use case as it's currently designed. If you have feedback or
30+
suggestions around sparse vector functionality, please let us know through
31+
GitHub or the 'discuss' forums.

0 commit comments

Comments
 (0)