Apache Lucene.Net 2.4.0 Class Library API

AbstractField.GetBinaryOffset Method 

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

public int GetBinaryOffset();

Return Value

index of the byte[] segment that represents this Field value

Implements

Fieldable.GetBinaryOffset

See Also

AbstractField Class | Lucene.Net.Documents Namespace