Interface IndexObjectFieldDescriptor
- All Superinterfaces:
IndexCompositeElementDescriptor
,IndexFieldDescriptor
- All Known Subinterfaces:
IndexObjectField<SC,
NT, C, F>
- All Known Implementing Classes:
AbstractIndexObjectField
public interface IndexObjectFieldDescriptor
extends IndexFieldDescriptor, IndexCompositeElementDescriptor
An "object" field in the index, i.e. a field that holds other fields.
-
Method Summary
Methods inherited from interface org.hibernate.search.engine.backend.metamodel.IndexCompositeElementDescriptor
isObjectField, isRoot, staticChildren, staticChildrenByName, toObjectField
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.
- See Also:
-