Skip to content

Commit 75e12a4

Browse files
committed
Remove generic boost parm documentation
1 parent 2f50f59 commit 75e12a4

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

docs/reference/query-dsl/terms-set-query.asciidoc

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@ GET /my-index/_search
115115
"terms_set": {
116116
"color": {
117117
"terms": ["blue", "green", "red"],
118-
"minimum_should_match_field": "required_matches",
119-
"boost": 1.0
118+
"minimum_should_match_field": "required_matches"
120119
}
121120
}
122121
}
@@ -159,19 +158,6 @@ For an example query using the `minimum_should_match_script` parameter, see
159158
parameter>>.
160159
--
161160

162-
`boost`::
163-
+
164-
--
165-
Floating point number used to decrease or increase the
166-
<<query-filter-context, relevance scores>> of a query. Default is `1.0`.
167-
Optional.
168-
169-
You can use the `boost` parameter to adjust relevance scores for searches
170-
containing two or more queries.
171-
172-
Boost values are relative to the default value of `1.0`. A boost value between
173-
`0` and `1.0` decreases the relevance score. A value greater than `1.0`
174-
increases the relevance score.
175161
--
176162

177163
[[terms-set-query-notes]]

0 commit comments

Comments
 (0)