We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca84b0c commit 2d5a690Copy full SHA for 2d5a690
docs/reference/aggregations/bucket/filters-aggregation.asciidoc
@@ -124,7 +124,7 @@ The `other_bucket` parameter can be set to add a bucket to the response which wi
124
not match any of the given filters. The value of this parameter can be as follows:
125
126
`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,
+`true`:: Returns the `other` bucket either in a bucket (named `_other_` by default) if named filters are being used,
128
or as the last bucket if anonymous filters are being used
129
130
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