Skip to content

Commit 4f290ab

Browse files
committed
Add boost clarification to `score parm
1 parent 31c720a commit 4f290ab

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/reference/query-dsl/has-parent-query.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ its child documents.
8585
score>> of a matching parent document is aggregated into its child documents.
8686
Defaults to `false`.
8787

88-
If `false`, {es} ignores the relevance score of the parent document.
88+
If `false`, {es} ignores the relevance score of the parent document. {es} also
89+
assigns each child document a relevance score equal to the `query`'s `boost`,
90+
which defaults to `1`.
8991

9092
If `true`, the relevance score of the matching parent document is aggregated
9193
into its child documents' relevance scores.

0 commit comments

Comments
 (0)