Lucene.Net 1.4.3 Class Library

StopFilter.MakeStopTable Method 

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

public static Hashtable MakeStopTable(
   string[] stopWords
);

See Also

StopFilter Class | Lucene.Net.Analysis Namespace