stopWords property Null safety

Set<String> stopWords

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

Set<String> get stopWords;