Lucene.Net 1.4.3 Class Library

StopAnalyzer Constructor

Builds an analyzer which removes words in ENGLISH_STOP_WORDS.

Overload List

Builds an analyzer which removes words in ENGLISH_STOP_WORDS.

public StopAnalyzer();

Builds an analyzer which removes words in the provided array.

public StopAnalyzer(string[]);

See Also

StopAnalyzer Class | Lucene.Net.Analysis Namespace