Lucene.Net 2.0 Class Library |
|
StopFilter Constructor (TokenStream, Hashtable, Boolean)
Construct a token stream filtering the given input.
Parameters
-
input
-
-
stopWords
- The set of Stop Words, as Strings. If ignoreCase is true, all strings should be lower cased
-
ignoreCase
- -Ignore case when stopping. The stopWords set must be setup to contain only lower case words
See Also
StopFilter Class | Lucene.Net.Analysis Namespace | StopFilter Constructor Overload List