Interface ParentQuery

All Superinterfaces:
Query
All Known Implementing Classes:
DefaultParentQuery

@PublicApi public interface ParentQuery extends Query
A parent query that will run against Issues.
Since:
10.5
  • Method Summary

    Modifier and Type
    Method
    Description
    Query against the parent
    The document type of the parent to query against
    boolean
    Whether the parent query should be used for scoring.
  • Method Details

    • parentType

      String parentType()
      The document type of the parent to query against
      Returns:
      The document type of the parent to query against
    • parentQuery

      Query parentQuery()
      Query against the parent
      Returns:
      the parent query
    • usesParentScore

      boolean usesParentScore()
      Whether the parent query should be used for scoring.
      Returns:
      true if the parent query should be used for scoring