Package | Description |
---|---|
org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
Modifier and Type | Method | Description |
---|---|---|
FieldSelectorResult |
FieldSelector.accept(String fieldName) |
|
FieldSelectorResult |
LoadFirstFieldSelector.accept(String fieldName) |
|
FieldSelectorResult |
MapFieldSelector.accept(String field) |
Load field according to its associated value in fieldSelections
|
FieldSelectorResult |
SetBasedFieldSelector.accept(String fieldName) |
Indicate whether to load the field with the given name or not.
|
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 | Description |
---|---|
MapFieldSelector(Map<String,FieldSelectorResult> fieldSelections) |
Create a a MapFieldSelector
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.