File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ export interface Request extends RequestBase {
448448 rank ?: RankContainer
449449 /**
450450 * The minimum `_score` for matching documents.
451- * Documents with a lower `_score` are not included in the search results.
451+ * Documents with a lower `_score` are not included in search results and results collected by aggregations .
452452 */
453453 min_score ?: double
454454 /**
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ export class SearchRequestBody {
103103 rank ?: RankContainer
104104 /**
105105 * The minimum `_score` for matching documents.
106- * Documents with a lower `_score` are not included in the search results.
106+ * Documents with a lower `_score` are not included in search results or results collected by aggregations .
107107 */
108108 min_score ?: double
109109 /**
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ export interface Request extends RequestBase {
203203 knn ?: KnnSearch | KnnSearch [ ]
204204 /**
205205 * Minimum _score for matching documents. Documents with a lower _score are
206- * not included in the search results.
206+ * not included in search results and results collected by aggregations .
207207 */
208208 min_score ?: double
209209 post_filter ?: QueryContainer
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ export interface Request extends RequestBase {
175175 docvalue_fields ?: FieldAndFormat [ ]
176176 /**
177177 * Minimum _score for matching documents. Documents with a lower _score are
178- * not included in the search results.
178+ * not included in search results and results collected by aggregations .
179179 */
180180 min_score ?: double
181181 post_filter ?: QueryContainer
You can’t perform that action at this time.
0 commit comments