Package com.atlassian.jira.search.query
Interface ParentQuery
- All Superinterfaces:
Query
- All Known Implementing Classes:
DefaultParentQuery
A parent query that will run against Issues.
- Since:
- 10.5
-
Method Summary
Modifier and TypeMethodDescriptionQuery against the parentThe document type of the parent to query againstboolean
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
-