ClassicAnalyzer

constructor(stopWords: CharArraySet)

An unmodifiable set containing some common English words that are usually not useful for searching.


constructor()

Builds an analyzer with the default stop words (STOP_WORDS_SET).


constructor(stopwords: Reader)

Builds an analyzer with the stop words from the given reader.

Parameters

stopwords

Reader to read stop words from

See also

#getWordSet