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

Feature Request: Substring matching support #119184

Open
alrz opened this issue Dec 20, 2024 · 1 comment
Open

Feature Request: Substring matching support #119184

alrz opened this issue Dec 20, 2024 · 1 comment
Labels
>enhancement :Search Relevance/Search Catch all for Search Relevance Team:Search Relevance Meta label for the Search Relevance team in Elasticsearch

Comments

@alrz
Copy link

alrz commented Dec 20, 2024

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.

@alrz alrz added >enhancement needs:triage Requires assignment of a team area label labels Dec 20, 2024
@alrz alrz changed the title Feature Request: BPE tokenizer support Feature Request: BPE-like tokenizer support Dec 20, 2024
@alrz alrz closed this as completed Dec 20, 2024
@alrz alrz changed the title Feature Request: BPE-like tokenizer support Feature Request: Substring matching support Dec 20, 2024
@alrz alrz reopened this Dec 20, 2024
@gbanasiak gbanasiak added the :Search Relevance/Search Catch all for Search Relevance label Dec 24, 2024
@elasticsearchmachine elasticsearchmachine added Team:Search Relevance Meta label for the Search Relevance team in Elasticsearch and removed needs:triage Requires assignment of a team area label labels Dec 24, 2024
@elasticsearchmachine
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>enhancement :Search Relevance/Search Catch all for Search Relevance Team:Search Relevance Meta label for the Search Relevance team in Elasticsearch
Projects
None yet
Development

No branches or pull requests

3 participants