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,
	string[] stopwords
)
Visual Basic
Public Sub New ( _
	matchVersion As Version, _
	stopwords As String() _
)
Visual C++
public:
ArabicAnalyzer(
	Version^ matchVersion, 
	array<String^>^ 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.String[])"]

stopwords
Type: array<System..::..String>[]()[][]

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

See Also