Apache Lucene.Net 2.4.0 Class Library API

AbstractField.GetBinaryLength Method 

Returns the length of byte[] segment that is used as value. If Field is not binary returned value is undefined.

public int GetBinaryLength();

Return Value

length of byte[] segment that represents this Field value

Implements

Fieldable.GetBinaryLength

See Also

AbstractField Class | Lucene.Net.Documents Namespace