Interface IndexValueFieldDescriptor
- All Superinterfaces:
IndexFieldDescriptor
- All Known Subinterfaces:
IndexValueField<SC,
NT, C>
- All Known Implementing Classes:
AbstractIndexValueField
A "value" field in the index, i.e. a field that holds a string, integer, etc.
"value", in this context, is opposed to "object", as in object field
.
-
Method Summary
Methods inherited from interface org.hibernate.search.engine.backend.metamodel.IndexFieldDescriptor
absolutePath, isObjectField, isValueField, multiValued, multiValuedInRoot, parent, relativeName, toObjectField, toValueField
-
Method Details
-
type
- Specified by:
type
in interfaceIndexFieldDescriptor
- Returns:
- The type of this field, exposing its various capabilities and accepted Java types.
- See Also:
-