Skip to content

Commit 5caf2b0

Browse files
committed
Remove generic boost parm documentation
1 parent 2df6725 commit 5caf2b0

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ GET /_search
1616
"prefix": {
1717
"user": {
1818
"value": "ki",
19-
"boost": 1.0,
2019
"rewrite": "constant_score"
2120
}
2221
}
@@ -35,18 +34,6 @@ Field you wish to search.
3534
`value`::
3635
Beginning characters of terms you wish to find in the provided `<field>`.
3736

38-
`boost`::
39-
Floating point number used to decrease or increase the
40-
<<query-filter-context, relevance scores>> of a query. Default is `1.0`.
41-
Optional.
42-
+
43-
You can use the `boost` parameter to adjust relevance scores for searches
44-
containing two or more queries.
45-
+
46-
Boost values are relative to the default value of `1.0`. A boost value between
47-
`0` and `1.0` decreases the relevance score. A value greater than `1.0`
48-
increases the relevance score.
49-
5037
`rewrite` (Expert)::
5138
Method used to rewrite the query. For valid values and more information, see the
5239
<<query-dsl-multi-term-rewrite, `rewrite` parameter>>. Optional.

0 commit comments

Comments
 (0)