Interface ISubAggregationAwareAggregationResult

    • Method Detail

      • getDocCount

        long getDocCount()
        Returns the document count at this aggregation.
        Returns:
        the document count at this aggregation.
        Since:
        11.0.0
      • getSubAggregations

        Map<String,​IAggregationResult> getSubAggregations()
        Returns the sub aggregations of this aggregation.
        Returns:
        the sub aggregations of this aggregation.
        Since:
        11.0.0