-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Bring back sparse_vector mapping #98104
Copy link
Copy link
Closed
Labels
:Search Foundations/MappingIndex mappings, including merging and defining field typesIndex mappings, including merging and defining field types>enhancementTeam:Search FoundationsMeta label for the Search Foundations team in ElasticsearchMeta label for the Search Foundations team in Elasticsearch
Metadata
Metadata
Assignees
Labels
:Search Foundations/MappingIndex mappings, including merging and defining field typesIndex mappings, including merging and defining field types>enhancementTeam:Search FoundationsMeta label for the Search Foundations team in ElasticsearchMeta label for the Search Foundations team in Elasticsearch
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
We have
rank_featuresand its useful as is. However, when comparing with new retrieval techniques, the namerank_featuresisn't expected.Users expect
sparse_vectoras a partner withdense_vector.So, we should bring back
sparse_vector. It may initially be a simple copy ofrank_features.See history: #48368, #48781