Apache Lucene.Net 2.4.0 Class Library API

AbstractField.GetBinaryValue Method ()

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.

public byte[] GetBinaryValue();

Return Value

reference to the field value as byte[]

Implements

Fieldable.GetBinaryValue

See Also

AbstractField Class | Lucene.Net.Documents Namespace | AbstractField.GetBinaryValue Overload List