Package | Description |
---|---|
org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
Modifier and Type | Method and Description |
---|---|
FieldSelectorResult |
SetBasedFieldSelector.accept(String fieldName)
Indicate whether to load the field with the given name or not.
|
FieldSelectorResult |
LoadFirstFieldSelector.accept(String fieldName) |
FieldSelectorResult |
MapFieldSelector.accept(String field)
Load field according to its associated value in fieldSelections
|
FieldSelectorResult |
FieldSelector.accept(String fieldName) |
static FieldSelectorResult |
FieldSelectorResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldSelectorResult[] |
FieldSelectorResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
MapFieldSelector(Map<String,FieldSelectorResult> fieldSelections)
Create a a MapFieldSelector
|