Apache Lucene.Net 2.4.0 Class Library API

FieldSelectorResult.SIZE Field

Expert: Load the size of this {@link Field} rather than its value. Size is measured as number of bytes required to store the field == bytes for a binary or any compressed value, and 2*chars for a String value. The size is stored as a binary value, represented as an int in a byte[], with the higher order byte first in [0]

public static readonly FieldSelectorResult SIZE;

See Also

FieldSelectorResult Class | Lucene.Net.Documents Namespace