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#
public virtual void SetTermBuffer(
	string buffer
)
Visual Basic
Public Overridable Sub SetTermBuffer ( _
	buffer As String _
)
Visual C++
public:
virtual void SetTermBuffer(
	String^ buffer
)

Parameters

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

Implements

TermAttribute..::..SetTermBuffer(String)

See Also