897 B
897 B
Interface QueryDslHasParentQuery
| Name | Type | Description |
|---|---|---|
ignore_unmapped |
boolean | Indicates whether to ignore an unmapped parent_type and not return any documents instead of an error. You can use this parameter to query multiple indices that may not contain the parent_type. |
inner_hits |
SearchInnerHits | If defined, each search hit will contain inner hits. |
parent_type |
RelationName | Name of the parent relationship mapped for the join field. |
query |
QueryDslQueryContainer | Query you wish to run on parent documents of the parent_type field. If a parent document matches the search, the query returns its child documents. |
score |
boolean | Indicates whether the relevance score of a matching parent document is aggregated into its child documents. |