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(
	Hashtable stopwords
)
Visual Basic
Public Sub New ( _
	stopwords As Hashtable _
)
Visual C++
public:
ArabicAnalyzer(
	Hashtable^ stopwords
)

Parameters

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

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

See Also