Class HasParentQuery

java.lang.Object
org.springframework.data.elasticsearch.core.query.HasParentQuery

public class HasParentQuery extends Object
Defines a has_parent request.
Since:
5.3
Author:
Aouichaoui Youssef
See Also:
  • Method Details

    • builder

      public static HasParentQuery.Builder builder(String parentType)
    • getParentType

      public String getParentType()
    • getQuery

      public Query getQuery()
    • getScore

      public @Nullable Boolean getScore()
    • getIgnoreUnmapped

      public @Nullable Boolean getIgnoreUnmapped()
    • getInnerHitsQuery

      public @Nullable InnerHitsQuery getInnerHitsQuery()