-
Notifications
You must be signed in to change notification settings - Fork 25k
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
Implement Lucene EstonianAnalyzer, Stemmer #49149
Conversation
@elasticcla refresh |
Pinging @elastic/es-search (:Search/Analysis) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @gpaimla, thanks a lot for your contribution and adding this Lucene analyzer to ES. The change looks great to me in general. I have just one minor ask. Could you add the new analyzer to the documentation page for language analyzers over at docs/reference/analysis/analyzers/lang-analyzer.asciidoc
and maybe add the stop word filter to docs/reference/analysis/tokenfilters/stop-tokenfilter.asciidoc
?
For the language analyzer page please adapt one of the existing sections about how to reimplement the language analyzer for the case that users need to customize them.
Thanks again, looking forward for these changes after which I will run our CI test suite on the change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks for the update. I will run the CI tests and merge if they pass or get back to you if the PR needs some more changes (which I doubt).
@elasticmachine test this please |
This PR adds a new analyzer and stemmer for the Estonian language. Closes #48895
Thanks again @gpaimla for working on this. I merged the PR to master and our 7.x branch which should be used for the 7.6 release. |
This PR adds a new analyzer and stemmer for the Estonian language.
Closes #48895