Add fuzzy intervals source#49762
Conversation
|
Pinging @elastic/es-search (:Search/Search) |
jimczi
left a comment
There was a problem hiding this comment.
The new source looks good to me, should it be in Lucene too ? I also wonder if we should allow for more than 128 expansions ? Allowing up to max boolean clause should be enough in Lucene 9 because the limit is applied on the entire query.
You can already build something like this directly using
I'll open a follow-up to move everything to use |
|
@elasticmachine update branch |
This intervals source will return terms that are similar to an input term, up to an edit distance defined by fuzziness, similar to FuzzyQuery. Closes #49595
This intervals source will return terms that are similar to an input term, up to an edit distance defined by fuzziness, similar to FuzzyQuery. Closes elastic#49595
This intervals source will return terms that are similar to an input term, up to
an edit distance defined by
fuzziness, similar to FuzzyQuery.Closes #49595