-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Fix an example output of edge n-gram token filter. #51085
Conversation
Pinging @elastic/es-docs (>docs) |
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.
@swen128 Thanks for fixing, this is correct. Will merge after running some more tests.
@swen128 can you also please sign the CLA? It is important to use the same email address in CLA as in github / git commit, if you already signed with a different email adress you can add it as a hidden mail address to your github profile. I will run tests in the meantime already. |
@elasticmachine test this please |
@swen128 thanks a lot, will merge to 7.5 an newer branches of the docs |
Given a token
quick
, the default edge n-gram token filter returns[q, qu]
, not[q, ui]
.