Load this {@link Field} every time the {@link Document} is loaded, reading in the data as it is encountered. {@link Document#GetField(String)} and {@link Document#GetFieldable(String)} should not return null.

{@link Document#Add(Fieldable)} should be called by the Reader.

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

Syntax

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

See Also