18 lines
581 B
Markdown
18 lines
581 B
Markdown
|
---
|
||
|
layout: default
|
||
|
title: Bucket aggregations
|
||
|
parent: Aggregations
|
||
|
has_children: true
|
||
|
has_toc: true
|
||
|
nav_order: 3
|
||
|
redirect_from:
|
||
|
- /opensearch/bucket-agg/
|
||
|
- /query-dsl/aggregations/bucket-agg/
|
||
|
- /aggregations/bucket-agg/
|
||
|
---
|
||
|
|
||
|
# Bucket aggregations
|
||
|
|
||
|
Bucket aggregations categorize sets of documents as buckets. The type of bucket aggregation determines whether a given document falls into a bucket or not.
|
||
|
|
||
|
You can use bucket aggregations to implement faceted navigation (usually placed as a sidebar on a search result landing page) to help your users narrow down the results.
|