mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
Update truncate token filter to not mention the keyword tokenizer
The advice predates the existence of the keyword field Closes #22650
This commit is contained in:
parent
16a76d9bc0
commit
519a9c469d
@ -2,9 +2,7 @@
|
|||||||
=== Truncate Token Filter
|
=== Truncate Token Filter
|
||||||
|
|
||||||
The `truncate` token filter can be used to truncate tokens into a
|
The `truncate` token filter can be used to truncate tokens into a
|
||||||
specific length. This can come in handy with keyword (single token)
|
specific length.
|
||||||
based mapped fields that are used for sorting in order to reduce memory
|
|
||||||
usage.
|
|
||||||
|
|
||||||
It accepts a `length` parameter which control the number of characters
|
It accepts a `length` parameter which control the number of characters
|
||||||
to truncate to, defaults to `10`.
|
to truncate to, defaults to `10`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user