Browse Source

[DOCS] Clarify that min_score applies to aggs (#125882)

Clarify that min_score param of a search request
also applies to aggregations.
Mayya Sharipova 6 months ago
parent
commit
332abe4198

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

@@ -47,7 +47,7 @@ Final relevance scores from the `script_score` query cannot be negative. To supp
 
 
 `min_score`
-:   (Optional, float) Documents with a score lower than this floating point number are excluded from the search results.
+:   (Optional, float) Documents with a score lower than this floating point number are excluded from search results and results collected by aggregations.
 
 `boost`
 :   (Optional, float) Documents' scores produced by `script` are multiplied by `boost` to produce final documents' scores. Defaults to `1.0`.