-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add sparse vector deprecation to 7.6 migration docs.
- Loading branch information
1 parent
b2974e3
commit 0ec9d84
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
[[breaking-changes-7.6]] | ||
== Breaking changes in 7.6 | ||
++++ | ||
<titleabbrev>7.6</titleabbrev> | ||
++++ | ||
|
||
This section discusses the changes that you need to be aware of when migrating | ||
your application to Elasticsearch 7.6. | ||
|
||
See also <<release-highlights>> and <<es-release-notes>>. | ||
|
||
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. |