Initializes a new instance of the StopAnalyzer class.
Initializes a new instance of the StopAnalyzer class.
public StopAnalyzer();
public StopAnalyzer(Hashtable);
public StopAnalyzer(FileInfo);
public StopAnalyzer(TextReader);
public StopAnalyzer(string[]);
StopAnalyzer Class | Lucene.Net.Analysis Namespace