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

Investigate ways for faster fuzzy queries on version fields #62608

Closed
cbuescher opened this issue Sep 18, 2020 · 3 comments
Closed

Investigate ways for faster fuzzy queries on version fields #62608

cbuescher opened this issue Sep 18, 2020 · 3 comments
Assignees
Labels
>enhancement :Search Foundations/Mapping Index mappings, including merging and defining field types Team:Search Foundations Meta label for the Search Foundations team in Elasticsearch

Comments

@cbuescher
Copy link
Member

In ##59773 we add a new field type for version values. This is aimed at being used with exact matches
and range queries mostly. The proposed implementation for fuzzy queries is expected to run slower since each value first needs to be decoded
before matches with the fuzzy automaton. This issue is a follow up tracking issue to think about possible speedups here if this becomes necessary.

@cbuescher cbuescher added >enhancement :Search Foundations/Mapping Index mappings, including merging and defining field types labels Sep 18, 2020
@elasticmachine
Copy link
Collaborator

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

@elasticmachine elasticmachine added the Team:Search Meta label for search team label Sep 18, 2020
@cbuescher cbuescher self-assigned this Sep 18, 2020
@javanna javanna added Team:Search Foundations Meta label for the Search Foundations team in Elasticsearch and removed Team:Search Meta label for search team labels Jul 16, 2024
@elasticsearchmachine
Copy link
Collaborator

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

@cbuescher
Copy link
Member Author

Since we didn't find the time for this issue and also haven't found any urgent need for faster fuzzy queries on "version" fields I'm closing this as unplanned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>enhancement :Search Foundations/Mapping Index mappings, including merging and defining field types Team:Search Foundations Meta label for the Search Foundations team in Elasticsearch
Projects
None yet
Development

No branches or pull requests

4 participants