Apache Lucene.Net 2.4.0 Class Library API

StopFilter.MakeStopSet Method

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.

Overload List

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[]);

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

See Also

StopFilter Class | Lucene.Net.Analysis Namespace | MakeStopSet