Interface IndexObjectFieldTypeDescriptor
-
- All Known Implementing Classes:
AbstractIndexCompositeNodeType
public interface IndexObjectFieldTypeDescriptor
The type of an "object" field in the index, exposing its various capabilities.- See Also:
IndexObjectFieldDescriptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
nested()
-
-
-
Method Detail
-
nested
boolean nested()
- Returns:
true
if this object field is represented internally as a nested document, enabling features such as thenested predicate
.
-
-