Copies the contents of buffer into the termBuffer array.

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

Syntax

C#
void SetTermBuffer(
	string buffer
)
Visual Basic
Sub SetTermBuffer ( _
	buffer As String _
)
Visual C++
void SetTermBuffer(
	String^ buffer
)

Parameters

buffer
Type: System..::..String
the buffer to copy

See Also