Apache Lucene.Net 2.4.0 Class Library API

StopFilter.MakeStopSet Method (String[])

Builds a Set from an array of stop words, appropriate for passing into the StopFilter constructor. This permits this stopWords construction to be cached once when an Analyzer is constructed.

public static Hashtable MakeStopSet(
   string[] stopWords
);

See Also

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