Package lumis.portal.bigdata.query
Interface IFieldAwareAggregation
-
- All Superinterfaces:
IAggregation
- All Known Implementing Classes:
AvgAggregation
,CardinalityAggregation
,DateHistogramAggregation
,DateRangeAggregation
,GeoDistanceAggregation
,HistogramAggregation
,MaxAggregation
,MinAggregation
,SumAggregation
,TermsAggregation
,ValueCountAggregation
@StableMinor(version="14.0", sinceVersion="9.0") public interface IFieldAwareAggregation extends IAggregation
Anaggregation
that is bound to a givenfield
.- 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 DocumentTypeField
getField()
Returns the field this aggregation is bound to.-
Methods inherited from interface lumis.portal.bigdata.query.IAggregation
getId
-
-
-
-
Method Detail
-
getField
DocumentTypeField getField()
Returns the field this aggregation is bound to.- Returns:
- the field this aggregation is bound to.
- Since:
- 9.0.0
-
-