DotLucene 1.4 API Documentation

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