characterFilter property Null safety
A function that manipulates text prior to stemming and tokenization.
Use a characterFilter to:
- convert all terms to lower case;
- remove non-word characters from terms.
Implementation
CharacterFilter get characterFilter;