Interface IndexObjectFieldTypeDescriptor
- All Superinterfaces:
IndexFieldTypeDescriptor
- All Known Implementing Classes:
AbstractIndexCompositeNodeType
The type of an "object" field in the index,
exposing its various capabilities.
- See Also:
-
Method Summary
Methods inherited from interface org.hibernate.search.engine.backend.metamodel.IndexFieldTypeDescriptor
traits
-
Method Details
-
nested
boolean nested()- Returns:
true
if this object field is represented internally as a nested document, enabling features such as thenested predicate
.
-