Apache Lucene.Net 2.4.0 Class Library API

StopFilter Constructor (TokenStream, String[], Boolean)

Constructs a filter which removes words from the input TokenStream that are named in the array of words.

public StopFilter(
   TokenStream in_Renamed,
   string[] stopWords,
   bool ignoreCase
);

See Also

StopFilter Class | Lucene.Net.Analysis Namespace | StopFilter Constructor Overload List