Interface IndexObjectFieldTypeDescriptor
-
public interface IndexObjectFieldTypeDescriptorThe type of an "object" field in the index, exposing its various capabilities.- See Also:
IndexObjectFieldDescriptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default booleanisNested()Deprecated.Usenested()instead.booleannested()
-
-
-
Method Detail
-
nested
boolean nested()
- Returns:
trueif this object field is represented internally as a nested document, enabling features such as thenested predicate.
-
isNested
@Deprecated default boolean isNested()
Deprecated.Usenested()instead.- Returns:
trueif this object field is represented internally as a nested document, enabling features such as thenested predicate.
-
-