From e53131dd79589d67bbb0585e66188d6418e7626a Mon Sep 17 00:00:00 2001 From: Russ Cam Date: Tue, 19 Apr 2016 19:56:05 +1000 Subject: [PATCH] Update has-parent-query.asciidoc (#17841) Change reference to `score_mode` to `score` --- docs/reference/query-dsl/has-parent-query.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/query-dsl/has-parent-query.asciidoc b/docs/reference/query-dsl/has-parent-query.asciidoc index 49930990822..9896be6a0a5 100644 --- a/docs/reference/query-dsl/has-parent-query.asciidoc +++ b/docs/reference/query-dsl/has-parent-query.asciidoc @@ -30,7 +30,7 @@ case equal to the boost on the `has_parent` query (Defaults to 1). If the score is set to `true`, then the score of the matching parent document is aggregated into the child documents belonging to the matching parent document. The score mode can be specified with the -`score_mode` field inside the `has_parent` query: +`score` field inside the `has_parent` query: [source,js] --------------------------------------------------