Lucene.Net 1.9.1 Class Library

StopFilter Constructor (TokenStream, Hashtable, Int32)

Constructs a filter which removes words from the input TokenStream that are named in the Set. It is crucial that an efficient Set implementation is used for maximum performance.

public StopFilter(
   TokenStream in_Renamed,
   Hashtable stopWords,
   int as_set_in_java
);

See Also

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