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#
byte[] GetBinaryValue()
Visual Basic
Function GetBinaryValue As Byte()
Visual C++
array<unsigned char>^ GetBinaryValue()

Return Value

reference to the Field value as byte[].

See Also