org.apache.lucene.document
public final class FieldSelectorResult extends Object implements Serializable
Field Summary | |
---|---|
static FieldSelectorResult | LAZY_LOAD
Lazily load this Field. |
static FieldSelectorResult | LOAD
Load this Field every time the Document is loaded, reading in the data as it is encounterd.
getField and getFieldable should not return null.
|
static FieldSelectorResult | LOAD_AND_BREAK |
static FieldSelectorResult | LOAD_FOR_MERGE
Behaves much like LOAD but does not uncompress any compressed data. |
static FieldSelectorResult | NO_LOAD |
static FieldSelectorResult | SIZE Expert: Load the size of this Field rather than its value.
|
static FieldSelectorResult | SIZE_AND_BREAK Expert: Like SIZE but immediately break from the field loading loop, i.e., stop loading further fields, after the size is loaded |
Method Summary | |
---|---|
boolean | equals(Object o) |
int | hashCode() |