Lucene.Net 1.9 Class Library

StandardAnalyzer Constructor

Initializes a new instance of the StandardAnalyzer class.

Overload List

Initializes a new instance of the StandardAnalyzer class.

public StandardAnalyzer();

 

public StandardAnalyzer(Hashtable);

 

public StandardAnalyzer(FileInfo);

 

public StandardAnalyzer(TextReader);

 

public StandardAnalyzer(string[]);

See Also

StandardAnalyzer Class | Lucene.Net.Analysis.Standard Namespace