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

Replace the Lucene dictionary filter with something lighter weight #176

Open
jzonthemtn opened this issue Dec 15, 2024 · 0 comments · May be fixed by #185
Open

Replace the Lucene dictionary filter with something lighter weight #176

jzonthemtn opened this issue Dec 15, 2024 · 0 comments · May be fixed by #185
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@jzonthemtn
Copy link
Member

The LuceneDictionaryFilter works reasonably well for fuzzy searching over a list of words but it is a "heavy" feature that requires the Lucene dependencies. Look into an alternative solution that works just as well that does not require the Lucene dependencies.

The Lucene dependencies are heavy and also get in the way when deployed alongside Elasticsearch or OpenSearch.

@jzonthemtn jzonthemtn added the enhancement New feature or request label Dec 15, 2024
@jzonthemtn jzonthemtn self-assigned this Dec 15, 2024
@jzonthemtn jzonthemtn added this to the 2.10.0 milestone Dec 15, 2024
jzonthemtn added a commit that referenced this issue Dec 15, 2024
jzonthemtn added a commit that referenced this issue Dec 23, 2024
…ting confidence values. Improving ngram max.
jzonthemtn added a commit that referenced this issue Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant