[DOCS] Update tie_breaker defaults for bool_prefix and most_fields query types (#61112) (#61881)

This commit is contained in:
Dan Hermann 2020-09-02 15:46:38 -05:00 committed by GitHub
parent ec405978fc
commit e0eafec897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -503,9 +503,11 @@ per-term `blended` queries. It accepts:
[horizontal]
`0.0`:: Take the single best score out of (eg) `first_name:will`
and `last_name:will` (*default*)
and `last_name:will` (*default* for all `multi_match`
query types except `bool_prefix` and `most_fields`)
`1.0`:: Add together the scores for (eg) `first_name:will` and
`last_name:will`
`last_name:will` (*default* for the `bool_prefix` and
`most_fields` `multi_match` query types)
`0.0 < n < 1.0`:: Take the single best score plus +tie_breaker+ multiplied
by each of the scores from other matching fields.