Package lumis.portal.bigdata.query
Interface ISizeAwareAggregation
-
- All Superinterfaces:
IAggregation
,IMultiBucketAggregation
- All Known Implementing Classes:
TermsAggregation
@StableMinor(version="14.2", sinceVersion="9.0") public interface ISizeAwareAggregation extends IMultiBucketAggregation
Bucket aggregation
that has a size configuration. This configuration is to limit the number of generated buckets.- Since:
- 9.0.0
- Version:
- $Revision: 24985 $ $Date: 2022-05-02 23:04:30 -0300 (Mon, 02 May 2022) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getSize()
Returns the number of buckets to be returned in aggregation.-
Methods inherited from interface lumis.portal.bigdata.query.IAggregation
getId
-
-