Back to Developer Roadmap

Avg, Sum, Min, and Max Aggregations

src/data/roadmaps/elasticsearch/content/[email protected]

4.01.4 KB
Original Source

Avg, Sum, Min, and Max Aggregations

These aggregations are fundamental tools for calculating statistical summaries of numerical data. They compute the average (Avg), total (Sum), smallest value (Min), and largest value (Max) respectively, across a set of documents that match a query. These aggregations operate on numeric fields within your Elasticsearch indices, providing insights into the distribution and range of your data.

Visit the following resources to learn more: