Apache Lucene.Net 2.4.0 Class Library API

FieldSelectorResult.LOAD Field

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

{@link Document#Add(Fieldable)} should be called by the Reader.
public static readonly FieldSelectorResult LOAD;

See Also

FieldSelectorResult Class | Lucene.Net.Documents Namespace