|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldSelectorResult | |
---|---|
org.apache.lucene.document | The logical representation of a Document for indexing and searching. |
Uses of FieldSelectorResult in org.apache.lucene.document |
---|
Methods in org.apache.lucene.document that return FieldSelectorResult | |
---|---|
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're declared. |
Constructor parameters in org.apache.lucene.document with type arguments of type FieldSelectorResult | |
---|---|
MapFieldSelector(Map<String,FieldSelectorResult> fieldSelections)
Create a a MapFieldSelector |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |