Lazily load this {@link Field}. This means the {@link Field} is valid, but it may not actually contain its data until invoked. {@link Document#GetField(String)} SHOULD NOT BE USED. {@link Document#GetFieldable(String)} is safe to use and should return a valid instance of a {@link Fieldable}.

{@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 LAZY_LOAD
Visual Basic
<NonSerializedAttribute> _
Public Shared ReadOnly LAZY_LOAD As FieldSelectorResult
Visual C++
[NonSerializedAttribute]
public:
static initonly FieldSelectorResult^ LAZY_LOAD

See Also