Lucene.Net 1.4.3 Class Library

StopFilter Constructor

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

Overload List

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

public StopFilter(TokenStream,Hashtable);

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

public StopFilter(TokenStream,string[]);

See Also

StopFilter Class | Lucene.Net.Analysis Namespace