characterFilter property Null safety
override
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
@override
CharacterFilter get characterFilter => _filterCharacters;