DotLucene 1.4 API Documentation

RussianAnalyzer Constructor

Initializes a new instance of the RussianAnalyzer class.

Overload List

Initializes a new instance of the RussianAnalyzer class.

public RussianAnalyzer();

Builds an analyzer.

public RussianAnalyzer(char[]);

Builds an analyzer with the given stop words.

public RussianAnalyzer(char[],Hashtable);

Builds an analyzer with the given stop words.

public RussianAnalyzer(char[],string[]);

See Also

RussianAnalyzer Class | Lucene.Net.Analysis.RU Namespace