Lucene.Net 1.4.3 Class Library

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.

public static Hashtable MakeStopSet(
   string[] stopWords
);

See Also

StopFilter Class | Lucene.Net.Analysis Namespace