Interface NestedPredicateFieldStep<N extends NestedPredicateNestStep<?>>

Type Parameters:
N - The type of the next step.

@Deprecated public interface NestedPredicateFieldStep<N extends NestedPredicateNestStep<?>>
Deprecated.
The initial step in a "nested" predicate definition, where the target field can be set.
  • Method Summary

    Modifier and Type
    Method
    Description
    objectField(String fieldPath)
    Deprecated.
    Set the object field to "nest" on.
  • Method Details

    • objectField

      N objectField(String fieldPath)
      Deprecated.
      Set the object field to "nest" on.

      The selected field must have a nested structure in the targeted indexes.

      Parameters:
      fieldPath - The path to the object field.
      Returns:
      The next step.