Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow text_expansion query to use sparse_vector field type #99749

Closed
carlosdelest opened this issue Sep 21, 2023 · 2 comments · Fixed by #99910
Closed

Allow text_expansion query to use sparse_vector field type #99749

carlosdelest opened this issue Sep 21, 2023 · 2 comments · Fixed by #99910
Assignees
Labels
>enhancement :Search Relevance/Vectors Vector search Team:Search Relevance Meta label for the Search Relevance team in Elasticsearch

Comments

@carlosdelest
Copy link
Member

Description

Currently, text_expansion queries are limited to using rank_features field types.

As we brought back sparse_vector field type, we want text_expansion queries to be able to work with sparse_vector fields as well.

rank_features field type should keep being usable in text_expansion queries. We don't want to deprecate until the UI and clients that set this up are ready to migrate to sparse_vector.

@carlosdelest carlosdelest added >enhancement Team:Search Meta label for search team :Search Relevance/Vectors Vector search labels Sep 21, 2023
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-search (Team:Search)

@carlosdelest
Copy link
Member Author

PR: #99910

@javanna javanna added Team:Search Relevance Meta label for the Search Relevance team in Elasticsearch and removed Team:Search Meta label for search team labels Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>enhancement :Search Relevance/Vectors Vector search Team:Search Relevance Meta label for the Search Relevance team in Elasticsearch
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants