isStopWord property Null safety

TermFlag isStopWord

A callback that returns true if the term is a stopword.

Stopwords are terms that commonly occur in a language and that do not add material value to the analysis of text.

Stopwords are used by the keywordExtractor and termFilter.

Implementation

TermFlag get isStopWord;