Builds an analyzer with the given stop words.

Namespace: Lucene.Net.Analysis.Ru
Assembly: Lucene.Net.Contrib.Analyzers (in Lucene.Net.Contrib.Analyzers.dll) Version: 2.9.2.1 (2.9.2.1)

Syntax

C#
public RussianAnalyzer(
	char[] charset,
	Hashtable stopwords
)
Visual Basic
Public Sub New ( _
	charset As Char(), _
	stopwords As Hashtable _
)
Visual C++
public:
RussianAnalyzer(
	array<wchar_t>^ charset, 
	Hashtable^ stopwords
)

Parameters

charset
Type: array<System..::..Char>[]()[][]

[Missing <param name="charset"/> documentation for "M:Lucene.Net.Analysis.Ru.RussianAnalyzer.#ctor(System.Char[],System.Collections.Hashtable)"]

stopwords
Type: System.Collections..::..Hashtable

[Missing <param name="stopwords"/> documentation for "M:Lucene.Net.Analysis.Ru.RussianAnalyzer.#ctor(System.Char[],System.Collections.Hashtable)"]

See Also