Interface ISingleBucketAggregationResult

    • Method Detail

      • getDocumentCount

        long getDocumentCount()
        Returns the document count of the aggregation.
        Returns:
        the document count of the aggregation.
        Since:
        9.0.0
      • getSubAggregations

        Map<String,​IAggregationResult> getSubAggregations()
        Returns an unmodifiable map of the sub-aggregations.
        Returns:
        an unmodifiable map of the sub-aggregations.
        Since:
        9.0.0