We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
boost
score
1 parent 31c720a commit 4f290abCopy full SHA for 4f290ab
1 file changed
docs/reference/query-dsl/has-parent-query.asciidoc
@@ -85,7 +85,9 @@ its child documents.
85
score>> of a matching parent document is aggregated into its child documents.
86
Defaults to `false`.
87
88
-If `false`, {es} ignores the relevance score of the parent document.
+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`.
91
92
If `true`, the relevance score of the matching parent document is aggregated
93
into its child documents' relevance scores.
0 commit comments