Apache Lucene.Net 2.4.0 Class Library API

FieldSelectorResult.LOAD_AND_BREAK Field

Load this field as in the {@link #LOAD} case, but immediately return from {@link Field} loading for the {@link Document}. Thus, the Document may not have its complete set of Fields. {@link Document#GetField(String)} and {@link Document#GetFieldable(String)} should both be valid for this {@link Field}

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

See Also

FieldSelectorResult Class | Lucene.Net.Documents Namespace