Package lumis.portal.bigdata.query
Interface ISizeAwareAggregation
-
- All Superinterfaces:
IAggregation
,IMultiBucketAggregation
- All Known Implementing Classes:
TermsAggregation
@StableMinor(version="16.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: 25808 $ $Date: 2023-07-04 15:20:55 -0300 (Tue, 04 Jul 2023) $
-
-
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
-
-