-
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
[DOCS] Reformat keyword token filter docs #49662
[DOCS] Reformat keyword token filter docs #49662
Conversation
Adds a conceptual overview page, borrowed and modified from the Definitive Guide, to cover stemming concepts docs in depth. I plan to extend this page to cover other concepts (stopwords, keywords) as part of #44726. Also reformats the `keyword _marker` and `keyword_repeat` token filter docs. Changes include: * Adds title abbreviations * Revises description and adds Lucene links * Adds explicit analyzer examples * Reformats parameter section for `keyword_marker` * Adds sections for adding the filters to analyzers
Pinging @elastic/es-search (:Search/Analysis) |
Pinging @elastic/es-docs (>docs) |
@elasticmachine update branch |
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.
Left some comments, but didn't review the last bit in detail. (The more general things apply throughout.)
docs/reference/analysis/tokenfilters/keyword-marker-tokenfilter.asciidoc
Outdated
Show resolved
Hide resolved
docs/reference/analysis/tokenfilters/keyword-repeat-tokenfilter.asciidoc
Outdated
Show resolved
Hide resolved
docs/reference/analysis/tokenfilters/keyword-repeat-tokenfilter.asciidoc
Show resolved
Hide resolved
docs/reference/analysis/tokenfilters/keyword-repeat-tokenfilter.asciidoc
Show resolved
Hide resolved
docs/reference/analysis/tokenfilters/keyword-repeat-tokenfilter.asciidoc
Show resolved
Hide resolved
Thanks for your thorough review @debadair. I'll work on re-homing the stemming concepts info to the Analysis page and reach out again once that's ready. |
Co-Authored-By: debadair <[email protected]>
This is ready for another review at your convenience. |
After some consideration, I think I have a better approach for this. Gonna close this PR. Will open a new one once that's ready for review. |
Reformats the
keyword _marker
andkeyword_repeat
token filter docs. Changes include:keyword_marker
Preview links