Apache Lucene.Net 2.1 Class Library API

FieldSelectorResult.NO_LOAD Field

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.
public static readonly FieldSelectorResult NO_LOAD;

See Also

FieldSelectorResult Class | Lucene.Net.Documents Namespace