Skip to content

Commit 966bd7e

Browse files
[Docs] Fix note in bucket_selector
1 parent 3904a18 commit 966bd7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/aggregations/pipeline/bucket-selector-aggregation.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ in the parent multi-bucket aggregation. The specified metric must be numeric and
66
If the script language is `expression` then a numeric return value is permitted. In this case 0.0 will be evaluated as `false`
77
and all other values will evaluate to true.
88

9-
Note: The bucket_selector aggregation, like all pipeline aggregations, executions after all other sibling aggregations. This means that
9+
NOTE: The bucket_selector aggregation, like all pipeline aggregations, executions after all other sibling aggregations. This means that
1010
using the bucket_selector aggregation to filter the returned buckets in the response does not save on execution time running the aggregations.
1111

1212
==== Syntax

0 commit comments

Comments
 (0)