Package | Description |
---|---|
org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
Modifier and Type | Field and Description |
---|---|
static FieldSelectorResult |
FieldSelectorResult.LAZY_LOAD
Lazily load this
Field . |
static FieldSelectorResult |
FieldSelectorResult.LOAD
|
static FieldSelectorResult |
FieldSelectorResult.LOAD_AND_BREAK
|
static FieldSelectorResult |
FieldSelectorResult.LOAD_FOR_MERGE
Deprecated.
This is an internal option only, and is
no longer needed now that
CompressionTools
is used for field compression. |
static FieldSelectorResult |
FieldSelectorResult.NO_LOAD
Do not load the
Field . |
static FieldSelectorResult |
FieldSelectorResult.SIZE
Expert: Load the size of this
Field rather than its value. |
static FieldSelectorResult |
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 |
Modifier and Type | Method and Description |
---|---|
FieldSelectorResult |
LoadFirstFieldSelector.accept(java.lang.String fieldName) |
FieldSelectorResult |
FieldSelector.accept(java.lang.String fieldName) |
FieldSelectorResult |
MapFieldSelector.accept(java.lang.String field)
Load field according to its associated value in fieldSelections
|
FieldSelectorResult |
SetBasedFieldSelector.accept(java.lang.String fieldName)
Indicate whether to load the field with the given name or not.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.