Skip to content

Commit 577183e

Browse files
[DOCS] Add 'boost' paramater to match query (#98108) (#98322)
1 parent 66ebc1e commit 577183e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/reference/query-dsl/match-query.asciidoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,17 @@ See <<query-dsl-match-query-synonyms,Use synonyms with match query>> for an
6565
example.
6666
--
6767

68+
`boost`::
69+
+
70+
--
71+
(Optional, float) Floating point number used to decrease or increase the
72+
<<relevance-scores,relevance scores>> of the query. Defaults to `1.0`.
73+
74+
Boost values are relative to the default value of `1.0`. A boost value between
75+
`0` and `1.0` decreases the relevance score. A value greater than `1.0`
76+
increases the relevance score.
77+
--
78+
6879
`fuzziness`::
6980
(Optional, string) Maximum edit distance allowed for matching. See <<fuzziness>>
7081
for valid values and more information. See <<query-dsl-match-query-fuzziness>>

0 commit comments

Comments
 (0)