Lucene.Net 1.9.1 Class Library

StopFilter.MakeStopSet Method (String[], Boolean)

public static Hashtable MakeStopSet(
   string[] stopWords,
   bool ignoreCase
);

Parameters

stopWords
ignoreCase
If true, all words are lower cased first.

Return Value

a Set containing the words

See Also

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