Deprecate the sparse_vector field type.#48368
Merged
jtibshirani merged 1 commit intoelastic:7.xfrom Oct 23, 2019
Merged
Conversation
We have not seen much adoption of this experimental field type, and don't see a clear use case as it's currently designed. This PR deprecates the field type in 7.x. It will be removed from 8.0 in a follow-up PR.
Collaborator
|
Pinging @elastic/es-search (:Search/Search) |
jtibshirani
added a commit
that referenced
this pull request
Nov 14, 2019
Follow up to #48368. This PR removes support for `sparse_vector` on new indices. On 7.x indices a `sparse_vector` can still be defined, but it is not possible to index or search on it.
23 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #48315, opening a PR to run a full build.