blob: 14652f4634283709f3d571086cc4130f69d4ba42 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[[analysis-truncate-tokenfilter]]
=== Truncate Token Filter
The `truncate` token filter can be used to truncate tokens into a
specific length. This can come in handy with keyword (single token)
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
to truncate to, defaults to `10`.
|