Uses of Class
org.apache.lucene.document.FieldSelectorResult
-
Packages that use FieldSelectorResult Package Description org.apache.lucene.document The logical representation of aDocumentfor indexing and searching. -
-
Uses of FieldSelectorResult in org.apache.lucene.document
Methods in org.apache.lucene.document that return FieldSelectorResult Modifier and Type Method Description FieldSelectorResultFieldSelector. accept(String fieldName)FieldSelectorResultLoadFirstFieldSelector. accept(String fieldName)FieldSelectorResultMapFieldSelector. accept(String field)Load field according to its associated value in fieldSelectionsFieldSelectorResultSetBasedFieldSelector. accept(String fieldName)Indicate whether to load the field with the given name or not.static FieldSelectorResultFieldSelectorResult. 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 parameters in org.apache.lucene.document with type arguments of type FieldSelectorResult Constructor Description MapFieldSelector(Map<String,FieldSelectorResult> fieldSelections)Create a a MapFieldSelector
-