Add this char[] directly to the set. If ignoreCase is true for this Set, the text array will be directly modified. The user should never modify this text array after calling this method.

Namespace: Lucene.Net.Analysis
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public virtual bool Add(
	char[] text
)
Visual Basic
Public Overridable Function Add ( _
	text As Char() _
) As Boolean
Visual C++
public:
virtual bool Add(
	array<wchar_t>^ text
)

Parameters

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

[Missing <param name="text"/> documentation for "M:Lucene.Net.Analysis.CharArraySet.Add(System.Char[])"]

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Analysis.CharArraySet.Add(System.Char[])"]

See Also