Feature Request: Substring matching support #119184
Labels
>enhancement
:Search Relevance/Search
Catch all for Search Relevance
Team:Search Relevance
Meta label for the Search Relevance team in Elasticsearch
Description
Suppose we have our raw dictionary stored in an index as an (id, term, data) triple.
A query of the string
"some word1 some word2"
returns the record for the terms"some word1"
and"some word2"
assuming they are present in the dictionary index.The algorithm is known as Aho–Corasick.
The text was updated successfully, but these errors were encountered: