Apache Lucene.Net 2.4.0 Class Library API

Fieldable.GetBinaryValue Method ()

Return the raw byte[] for the vinary field. Note that you must also call GetBinaryLength() and GetBinaryOffset() to know which range of bytes in the returned array belong to this Field.

byte[] GetBinaryValue();

Return Value

refererence to the Field value as byte

See Also

Fieldable Interface | Lucene.Net.Documents Namespace | Fieldable.GetBinaryValue Overload List