characterFilter property Null safety
A function that manipulates terms 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;