Update has-parent-query.asciidoc (#17841)

Change reference to `score_mode` to `score`
This commit is contained in:
Russ Cam 2016-04-19 19:56:05 +10:00 committed by Clinton Gormley
parent c024504842
commit e53131dd79
1 changed files with 1 additions and 1 deletions

View File

@ -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]
--------------------------------------------------