[DOCS] Reformat stemmer token filter#55693
Merged
jrodewig merged 3 commits intoelastic:masterfrom Apr 24, 2020
jrodewig:docs__reformat-stemmer-tokenfilter
Merged
[DOCS] Reformat stemmer token filter#55693jrodewig merged 3 commits intoelastic:masterfrom jrodewig:docs__reformat-stemmer-tokenfilter
stemmer token filter#55693jrodewig merged 3 commits intoelastic:masterfrom
jrodewig:docs__reformat-stemmer-tokenfilter
Conversation
Makes the following changes to the `stemmer` token filter docs: * Adds detailed analyze example * Rewrites parameter definitions * Adds custom analyzer example * Adds a `language` value for the `estonian` stemmer * Reorders the `language` values to show recommended algorithms first, followed by other values alphabetically
Collaborator
|
Pinging @elastic/es-search (:Search/Analysis) |
Collaborator
|
Pinging @elastic/es-docs (>docs) |
jrodewig
commented
Apr 23, 2020
| // This attribute prevents that substitution. | ||
| // See https://github.com/asciidoctor/asciidoctor/wiki/How-to-prevent-URLs-containing-formatting-characters-from-getting-mangled | ||
| :min-pt-stemmer-values-url: http://www.inf.ufrgs.br/~buriol/papers/Orengo_CLEF07.pdf | ||
| Provides algorithmic stemming for several languages, some with additional |
Contributor
Author
There was a problem hiding this comment.
I can xref algorithmic stemming with https://github.com/elastic/elasticsearch/pull/55156/files#diff-8dbd6670213faa5eccc209176d0dd22bR33 when #55156 is merged.
romseygeek
approved these changes
Apr 24, 2020
Contributor
romseygeek
left a comment
There was a problem hiding this comment.
LGTM, thanks @jrodewig
| Arabic:: | ||
|
|
||
| http://lucene.apache.org/core/4_9_0/analyzers-common/org/apache/lucene/analysis/ar/ArabicStemmer.html[*`arabic`*] | ||
| {lucene-analysis-docs}/ar/ArabicStemmer.html[*`arabic`*] |
Contributor
Author
|
@elasticmachine update branch |
This was referenced Apr 24, 2020
jrodewig
added a commit
that referenced
this pull request
Apr 24, 2020
Makes the following changes to the `stemmer` token filter docs: * Adds detailed analyze example * Rewrites parameter definitions * Adds custom analyzer example * Adds a `language` value for the `estonian` stemmer * Reorders the `language` values to show recommended algorithms first, followed by other values alphabetically
jrodewig
added a commit
that referenced
this pull request
Apr 24, 2020
Makes the following changes to the `stemmer` token filter docs: * Adds detailed analyze example * Rewrites parameter definitions * Adds custom analyzer example * Adds a `language` value for the `estonian` stemmer * Reorders the `language` values to show recommended algorithms first, followed by other values alphabetically
jrodewig
added a commit
that referenced
this pull request
Apr 24, 2020
Makes the following changes to the `stemmer` token filter docs: * Adds detailed analyze example * Rewrites parameter definitions * Adds custom analyzer example * Adds a `language` value for the `estonian` stemmer * Reorders the `language` values to show recommended algorithms first, followed by other values alphabetically
82 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Makes the following changes to the
stemmertoken filter docs:languagevalue for theestonianstemmerlanguagevalues to show recommended algorithms first,followed by other values alphabetically