Apache Lucene.Net 2.4.0 Class Library API

StopFilter Constructor (TokenStream, Hashtable)

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

public StopFilter(
   TokenStream in_Renamed,
   Hashtable stopWords
);

See Also

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