Lucene.Net 1.9 Class Library

StopAnalyzer Constructor

Initializes a new instance of the StopAnalyzer class.

Overload List

Initializes a new instance of the StopAnalyzer class.

public StopAnalyzer();

 

public StopAnalyzer(Hashtable);

 

public StopAnalyzer(FileInfo);

 

public StopAnalyzer(TextReader);

 

public StopAnalyzer(string[]);

See Also

StopAnalyzer Class | Lucene.Net.Analysis Namespace