This commit is contained in:
parent
ec405978fc
commit
e0eafec897
|
@ -503,9 +503,11 @@ per-term `blended` queries. It accepts:
|
||||||
|
|
||||||
[horizontal]
|
[horizontal]
|
||||||
`0.0`:: Take the single best score out of (eg) `first_name:will`
|
`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
|
`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
|
`0.0 < n < 1.0`:: Take the single best score plus +tie_breaker+ multiplied
|
||||||
by each of the scores from other matching fields.
|
by each of the scores from other matching fields.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue