Interface IndexObjectFieldTypeDescriptor


  • public interface IndexObjectFieldTypeDescriptor
    The type of an "object" field in the index, exposing its various capabilities.
    See Also:
    IndexObjectFieldDescriptor
    • Method Detail

      • nested

        boolean nested()
        Returns:
        true if this object field is represented internally as a nested document, enabling features such as the nested predicate.
      • isNested

        @Deprecated
        default boolean isNested()
        Deprecated.
        Use nested() instead.
        Returns:
        true if this object field is represented internally as a nested document, enabling features such as the nested predicate.