Apache Lucene.Net 2.4.0 Class Library API

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