Investigate ways for faster fuzzy queries on version
fields
#62608
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
In ##59773 we add a new field type for
version
values. This is aimed at being used with exact matchesand range queries mostly. The proposed implementation for
fuzzy
queries is expected to run slower since each value first needs to be decodedbefore matches with the fuzzy automaton. This issue is a follow up tracking issue to think about possible speedups here if this becomes necessary.
The text was updated successfully, but these errors were encountered: