Do not load the {@link Field}. {@link Document#GetField(String)} and {@link Document#GetFieldable(String)} should return null. {@link Document#Add(Fieldable)} is not called.

{@link Document#Add(Fieldable)} should not 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 NO_LOAD
Visual Basic
<NonSerializedAttribute> _
Public Shared ReadOnly NO_LOAD As FieldSelectorResult
Visual C++
[NonSerializedAttribute]
public:
static initonly FieldSelectorResult^ NO_LOAD

See Also