Apache Lucene.Net 2.4.0 Class Library API

Fieldable.GetBinaryOffset Method 

Returns the offset into the byte[] segment that is used as value. If Fields is not binary returned value is undefined.

int GetBinaryOffset();

Return Value

index of the first byte in segment that represents this Field value

See Also

Fieldable Interface | Lucene.Net.Documents Namespace