diff --git a/docs/reference/query-dsl/multi-match-query.asciidoc b/docs/reference/query-dsl/multi-match-query.asciidoc index b8fbb61a950..703abd42ee6 100644 --- a/docs/reference/query-dsl/multi-match-query.asciidoc +++ b/docs/reference/query-dsl/multi-match-query.asciidoc @@ -85,11 +85,11 @@ parameter, which can be set to: were one big field. Looks for each word in *any* field. See <>. -`phrase`:: Runs a `match_phrase` query on each field and uses the `_score` +`phrase`:: Runs a `match_phrase` query on each field and uses the `_score` from the best field. See <>. -`phrase_prefix`:: Runs a `match_phrase_prefix` query on each field and - combines the `_score` from each field. See <>. +`phrase_prefix`:: Runs a `match_phrase_prefix` query on each field and uses + the `_score` from the best field. See <>. `bool_prefix`:: Creates a `match_bool_prefix` query on each field and combines the `_score` from each field. See