File tree 1 file changed +0
-13
lines changed
1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ GET /_search
16
16
"prefix": {
17
17
"user": {
18
18
"value": "ki",
19
- "boost": 1.0,
20
19
"rewrite": "constant_score"
21
20
}
22
21
}
@@ -35,18 +34,6 @@ Field you wish to search.
35
34
`value`::
36
35
Beginning characters of terms you wish to find in the provided `<field>`.
37
36
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
-
50
37
`rewrite` (Expert)::
51
38
Method used to rewrite the query. For valid values and more information, see the
52
39
<<query-dsl-multi-term-rewrite, `rewrite` parameter>>. Optional.
You can’t perform that action at this time.
0 commit comments