diff --git a/docs/reference/query-dsl/multi-match-query.asciidoc b/docs/reference/query-dsl/multi-match-query.asciidoc index b5a174caded..c5b3943f5be 100644 --- a/docs/reference/query-dsl/multi-match-query.asciidoc +++ b/docs/reference/query-dsl/multi-match-query.asciidoc @@ -59,7 +59,8 @@ GET /_search } -------------------------------------------------- -<1> The `subject` field is three times as important as the `message` field. +<1> The query multiplies the `subject` field's score by three but leaves the +`message` field's score unchanged. If no `fields` are provided, the `multi_match` query defaults to the `index.query.default_field` index settings, which in turn defaults to `*`. `*` extracts all fields in the mapping that