Skip to content

Commit 2d5a690

Browse files
prondzyncolings86
authored andcommitted
filters agg docs duplicated 'bucket' word removal (#30677)
In one place word 'bucket' was duplicated.
1 parent ca84b0c commit 2d5a690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/aggregations/bucket/filters-aggregation.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ The `other_bucket` parameter can be set to add a bucket to the response which wi
124124
not match any of the given filters. The value of this parameter can be as follows:
125125

126126
`false`:: Does not compute the `other` bucket
127-
`true`:: Returns the `other` bucket bucket either in a bucket (named `_other_` by default) if named filters are being used,
127+
`true`:: Returns the `other` bucket either in a bucket (named `_other_` by default) if named filters are being used,
128128
or as the last bucket if anonymous filters are being used
129129

130130
The `other_bucket_key` parameter can be used to set the key for the `other` bucket to a value other than the default `_other_`. Setting

0 commit comments

Comments
 (0)