Package lumis.portal.bigdata.query
Interface ISizeAwareAggregation
-
- All Superinterfaces:
IAggregation
,IMultiBucketAggregation
- All Known Implementing Classes:
TermsAggregation
@StableMinor(version="14.0", 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: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 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
-
-