-
Notifications
You must be signed in to change notification settings - Fork 6
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
Comments
jzonthemtn
added a commit
that referenced
this issue
Dec 15, 2024
jzonthemtn
added a commit
that referenced
this issue
Dec 15, 2024
jzonthemtn
added a commit
that referenced
this issue
Dec 15, 2024
jzonthemtn
added a commit
that referenced
this issue
Dec 15, 2024
jzonthemtn
added a commit
that referenced
this issue
Dec 15, 2024
jzonthemtn
added a commit
that referenced
this issue
Dec 16, 2024
jzonthemtn
added a commit
that referenced
this issue
Dec 16, 2024
jzonthemtn
added a commit
that referenced
this issue
Dec 16, 2024
jzonthemtn
added a commit
that referenced
this issue
Dec 16, 2024
jzonthemtn
added a commit
that referenced
this issue
Dec 16, 2024
jzonthemtn
added a commit
that referenced
this issue
Dec 23, 2024
jzonthemtn
added a commit
that referenced
this issue
Dec 23, 2024
jzonthemtn
added a commit
that referenced
this issue
Dec 23, 2024
jzonthemtn
added a commit
that referenced
this issue
Dec 23, 2024
jzonthemtn
added a commit
that referenced
this issue
Dec 23, 2024
…ting confidence values. Improving ngram max.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: