Package lumis.portal.bigdata.query
Interface ISizeAwareAggregation
-
- All Superinterfaces:
IAggregation
,IMultiBucketAggregation
- All Known Implementing Classes:
TermsAggregation
@StableMinor(version="14.1", 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: 24683 $ $Date: 2021-08-23 18:55:58 -0300 (Mon, 23 Aug 2021) $
-
-
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
-
-