[DOCS] Add token graph concept docs#53339
Merged
jrodewig merged 11 commits intoelastic:masterfrom Mar 19, 2020
jrodewig:docs__add-token-graph-concepts
Merged
[DOCS] Add token graph concept docs#53339jrodewig merged 11 commits intoelastic:masterfrom jrodewig:docs__add-token-graph-concepts
jrodewig merged 11 commits intoelastic:masterfrom
jrodewig:docs__add-token-graph-concepts
Conversation
Adds conceptual docs for token graphs. These docs cover: * How a token graph is constructed from a token stream * How synonyms and multi-position tokens impact token graphs * How token graphs are used during search * Why some token filters produce invalid token graphs Also makes the following supporting changes: * Adds anchors to the 'Anatomy of an Analyzer' docs for cross-linking * Adds several SVGs for token graph diagrams
Collaborator
|
Pinging @elastic/es-search (:Search/Analysis) |
Collaborator
|
Pinging @elastic/es-docs (>docs) |
82 tasks
jimczi
approved these changes
Mar 18, 2020
| <<analysis-index-search-time,Indexing>> ignores the `positionLength` attribute | ||
| and does not support token graphs containing multi-position tokens. | ||
|
|
||
| However, queries, such as the <<query-dsl-match-query-phrase,`match_phrase`>> |
Contributor
There was a problem hiding this comment.
match queries are also affected. The input ny city with a ny, new york expansion creates an incorrect (ny OR new) AND york AND city query with the synonym filter.
Contributor
Author
There was a problem hiding this comment.
I updated this with d4a711d to mention the match query.
Contributor
Author
|
Thanks @jimczi. I've added some cross-links to this page in the |
jrodewig
added a commit
that referenced
this pull request
Mar 19, 2020
Adds conceptual docs for token graphs. These docs cover: * How a token graph is constructed from a token stream * How synonyms and multi-position tokens impact token graphs * How token graphs are used during search * Why some token filters produce invalid token graphs Also makes the following supporting changes: * Adds anchors to the 'Anatomy of an Analyzer' docs for cross-linking * Adds several SVGs for token graph diagrams
jrodewig
added a commit
that referenced
this pull request
Mar 19, 2020
Adds conceptual docs for token graphs. These docs cover: * How a token graph is constructed from a token stream * How synonyms and multi-position tokens impact token graphs * How token graphs are used during search * Why some token filters produce invalid token graphs Also makes the following supporting changes: * Adds anchors to the 'Anatomy of an Analyzer' docs for cross-linking * Adds several SVGs for token graph diagrams
Contributor
Author
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.
Adds conceptual docs for token graphs.
These docs cover:
Also makes the following supporting changes:
Preview link
http://elasticsearch_53339.docs-preview.app.elstc.co/guide/en/elasticsearch/reference/master/token-graphs.html