Lucene.Net 1.4.3 Class Library

StandardAnalyzer Constructor

Builds an analyzer.

Overload List

Builds an analyzer.

public StandardAnalyzer();

Builds an analyzer with the given stop words.

public StandardAnalyzer(string[]);

See Also

StandardAnalyzer Class | Lucene.Net.Analysis.Standard Namespace