blob: aaca0eb3daff6ea41e91f43348dadfdf8ba99d69 (
plain)
1
2
3
4
5
6
7
|
[[analysis-asciifolding-tokenfilter]]
=== ASCII Folding Token Filter
A token filter of type `asciifolding` that converts alphabetic, numeric,
and symbolic Unicode characters which are not in the first 127 ASCII
characters (the "Basic Latin" Unicode block) into their ASCII
equivalents, if one exists.
|