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.

Overload List

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();

 

public virtual byte[] GetBinaryValue(byte[]);

See Also

AbstractField Class | Lucene.Net.Documents Namespace