Interface IMultiBucketAggregationResult.IBucket<T>

    • Method Detail

      • getKey

        T getKey()
        Returns the id (the key) of the bucket.
        Returns:
        the id (the key) of the bucket.
        Since:
        9.0.0
      • getDocumentCount

        long getDocumentCount()
        Returns the document count within this bucket.
        In LumisXP's default big data implementation (that uses Elasticsearch as big data engine), this value may not be accurate.
        Returns:
        the document count within this bucket.
        Since:
        9.0.0
      • getSubAggregations

        List<IAggregationResult> getSubAggregations()
        Returns an unmodifiable list of sub-aggregation results.
        Returns:
        an unmodifiable list of sub-aggregation results.
        Since:
        9.0.0
      • getSubAggregation

        IAggregationResult getSubAggregation​(String subAggregationId)
        Returns the sub aggregation with the given identifier or null.
        Parameters:
        subAggregationId -
        Returns:
        the sub aggregation with the given identifier or null.
        Since:
        11.0.0