Lucene.Net 1.9.1 Class Library

StopFilter Constructor (TokenStream, Hashtable, Boolean)

Constructs a filter which removes words from the input TokenStream that are named in the Hashtable. If ignoreCase is true, all keys in the stopTable should already be lowercased.

public StopFilter(
   TokenStream in_Renamed,
   Hashtable stopTable,
   bool ignoreCase
);

See Also

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