Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion manage-data/data-store/text-analysis/token-graphs.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ In the following graph, `quick` and its synonym `fast` both have a position of `

## Multi-position tokens [token-graphs-multi-position-tokens]

Some token filters can add tokens that span multiple positions. These can include tokens for multi-word synonyms, such as using "atm" as a synonym for "automatic teller machine."
Some token filters can add tokens that span multiple positions. These can include tokens for multi-word synonyms, such as using "atm" as a synonym for "automatic teller machine".

However, only some token filters, known as *graph token filters*, accurately record the `positionLength` for multi-position tokens. These filters include:

Expand Down