Initializes a new instance of the ArabicAnalyzer class

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

Syntax

C#
public ArabicAnalyzer(
	Version matchVersion,
	Hashtable stopwords
)
Visual Basic
Public Sub New ( _
	matchVersion As Version, _
	stopwords As Hashtable _
)
Visual C++
public:
ArabicAnalyzer(
	Version^ matchVersion, 
	Hashtable^ stopwords
)

Parameters

matchVersion
Type: Lucene.Net.Util..::..Version

[Missing <param name="matchVersion"/> documentation for "M:Lucene.Net.Analysis.AR.ArabicAnalyzer.#ctor(Lucene.Net.Util.Version,System.Collections.Hashtable)"]

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

[Missing <param name="stopwords"/> documentation for "M:Lucene.Net.Analysis.AR.ArabicAnalyzer.#ctor(Lucene.Net.Util.Version,System.Collections.Hashtable)"]

See Also