OBJECT

AggregationBucketResult

The results of an aggregation.

link GraphQL Schema definition

  • type AggregationBucketResult {
  • # The string that was matched.
  • value: String!
  • # The quantity of items matching the string in `bucket_value`.
  • count: String!
  • # The results of a sub-aggregation query.
  • sub_aggregator_results: [Aggregation]
  • }