Interface IndexObjectFieldDescriptor
-
- All Superinterfaces:
IndexCompositeElementDescriptor
,IndexFieldDescriptor
public interface IndexObjectFieldDescriptor extends IndexFieldDescriptor, IndexCompositeElementDescriptor
An "object" field in the index, i.e. a field that holds other fields.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IndexObjectFieldTypeDescriptor
type()
-
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 Detail
-
type
IndexObjectFieldTypeDescriptor type()
- Returns:
- The type of this field, exposing its various capabilities.
- See Also:
IndexObjectFieldTypeDescriptor
-
-