Apache Lucene.Net 2.1 Class Library API

FieldSelectorResult.LAZY_LOAD Field

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

See Also

FieldSelectorResult Class | Lucene.Net.Documents Namespace