Apache Lucene.Net 2.1 Class Library API

StopFilter Constructor (TokenStream, Hashtable)

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
);

See Also

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