Update nested-query.asciidoc
Changed score_mode `total` to `sum` to be consistent with parent-child etc
This commit is contained in:
parent
10b4177def
commit
c367ae09e3
|
@ -52,7 +52,7 @@ fields referenced inside the query must use the complete path (fully
|
|||
qualified).
|
||||
|
||||
The `score_mode` allows to set how inner children matching affects
|
||||
scoring of parent. It defaults to `avg`, but can be `total`, `max` and
|
||||
scoring of parent. It defaults to `avg`, but can be `sum`, `max` and
|
||||
`none`.
|
||||
|
||||
Multi level nesting is automatically supported, and detected, resulting
|
||||
|
|
Loading…
Reference in New Issue