Skip to content

Commit 712b94e

Browse files
[DOCS] Clarify that min_score applies to aggs
Clarify that min_score param of a search request also applies to aggregations.
1 parent af1f145 commit 712b94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/query-languages/query-dsl/query-dsl-script-score-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Final relevance scores from the `script_score` query cannot be negative. To supp
4747

4848

4949
`min_score`
50-
: (Optional, float) Documents with a score lower than this floating point number are excluded from the search results.
50+
: (Optional, float) Documents with a score lower than this floating point number are excluded from search results and results collected by aggregations.
5151

5252
`boost`
5353
: (Optional, float) Documents' scores produced by `script` are multiplied by `boost` to produce final documents' scores. Defaults to `1.0`.

0 commit comments

Comments
 (0)