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]

Namespace: Lucene.Net.Documents
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
[NonSerializedAttribute]
public static readonly FieldSelectorResult SIZE
Visual Basic
<NonSerializedAttribute> _
Public Shared ReadOnly SIZE As FieldSelectorResult
Visual C++
[NonSerializedAttribute]
public:
static initonly FieldSelectorResult^ SIZE

See Also