-
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] Reorganize, rewrite and add examples to analysis topics #44726
Labels
>docs
General docs changes
Meta
:Search Relevance/Analysis
How text is split into tokens
Team:Docs
Meta label for docs team
Team:Search Relevance
Meta label for the Search Relevance team in Elasticsearch
Comments
kat257
added
>docs
General docs changes
:Search/Search
Search-related issues that do not fall into other categories
Meta
7x
labels
Jul 22, 2019
Pinging @elastic/es-docs |
Pinging @elastic/es-search |
[docs issue triage] |
jrodewig
changed the title
[DOCS] Reorganize, rewrite and add examples to Analysis Topics
[DOCS] Reorganize, rewrite and add examples to analysis topics
Oct 15, 2019
This was referenced Oct 30, 2019
This was referenced Nov 12, 2019
This was referenced Nov 20, 2019
This was referenced Nov 27, 2019
jrodewig
added a commit
that referenced
this issue
Dec 4, 2019
* Adds a title abbreviation * Updates the description and adds a Lucene link * Reformats the parameters section * Adds analyze, custom analyzer, and custom filter snippets Relates to #44726.
jrodewig
added a commit
that referenced
this issue
Dec 4, 2019
* Adds a title abbreviation * Updates the description and adds a Lucene link * Reformats the parameters section * Adds analyze, custom analyzer, and custom filter snippets Relates to #44726.
jrodewig
added a commit
that referenced
this issue
Dec 4, 2019
* Adds a title abbreviation * Updates the description and adds a Lucene link * Reformats the parameters section * Adds analyze, custom analyzer, and custom filter snippets Relates to #44726.
This was referenced Dec 4, 2019
SivagurunathanV
pushed a commit
to SivagurunathanV/elasticsearch
that referenced
this issue
Jan 23, 2020
* Adds a title abbreviation * Updates the description and adds a Lucene link * Reformats the parameters section * Adds analyze, custom analyzer, and custom filter snippets Relates to elastic#44726.
rjernst
added
Team:Docs
Meta label for docs team
Team:Search
Meta label for search team
labels
May 4, 2020
jrodewig
added
:Search Relevance/Analysis
How text is split into tokens
and removed
:Search/Search
Search-related issues that do not fall into other categories
labels
Jun 19, 2020
javanna
added
Team:Search Relevance
Meta label for the Search Relevance team in Elasticsearch
and removed
Team:Search
Meta label for search team
labels
Jul 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
>docs
General docs changes
Meta
:Search Relevance/Analysis
How text is split into tokens
Team:Docs
Meta label for docs team
Team:Search Relevance
Meta label for the Search Relevance team in Elasticsearch
As part of the larger effort to update and improve Elasticsearch docs, the Analysis section is in need of a revamp. Relevant issues: the topics vary in depth and completeness; some have dated examples or examples that are not consistent; chunking may need to be removed or added; and the organization is arbitrary and does not always show the relationship between one topic and another.
To make these changes, docs covered by this issue will incorporate a revised, standardized structure. For example, in token filters, I'll add examples, configuration parameters, and customization options, and replace circular definitions such as "NGram Token Filter: A token filter of type ngram" with a complete definition and explanation about when the user would expect to employ that filter.
Proposed structure:
PRs will be revised as I work through the topics. Some PRs may include more than one topic when changes are small and comparable across topics.
Top Level Docs
Sections
Analyzers #58362
Character Filters
html_strip
char filter #57764mapping
charfilter #57818Token Filters
flatten_graph
token filter #54268hunspell
token filter #56955keyword_marker
token filter #54076keyword_repeat
token filter #54428kstem
token filter #55823min_hash
token filter docs #57181multiplexer
token filter #57555pattern_capture
token filter #57664pattern_replace
token filter #57699porter_stem
token filter #56053predicate_token_filter
tokenfilter #57705remove_duplicates
token filter #53608shingle
token filter #57040snowball
token filter #56394stemmer_override
token filter #56840stemmer
token filter #55693stop
token filter #53059synonym_graph
token filter #53901word_delimiter_graph
token filter #53170word_delimiter
token filter #53387Tokenizers #58361
The text was updated successfully, but these errors were encountered: