DotLucene 1.4 API Documentation

StopFilter Constructor (TokenStream, String[])

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

public StopFilter(
   TokenStream input,
   string[] stopWords
);

See Also

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