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.DocumentsAssembly: 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() |