Builds an analyzer which removes words in the provided array.

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

Syntax

C#
public CJKAnalyzer(
	string[] stopWords
)
Visual Basic
Public Sub New ( _
	stopWords As String() _
)
Visual C++
public:
CJKAnalyzer(
	array<String^>^ stopWords
)

Parameters

stopWords
Type: array<System..::..String>[]()[][]
stop word array

See Also