Return the raw byte[] for the binary field. Note that you must also call {@link #getBinaryLength} and {@link #getBinaryOffset} to know which range of bytes in this returned array belong to the field.

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

Syntax

C#
public virtual byte[] GetBinaryValue()
Visual Basic
Public Overridable Function GetBinaryValue As Byte()
Visual C++
public:
virtual array<unsigned char>^ GetBinaryValue()

Return Value

reference to the Field value as byte[].

Implements

Fieldable..::..GetBinaryValue()()()()

See Also