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.1", sinceVersion="9.0") public interface IFieldAwareAggregation extends IAggregation
Anaggregation
that is bound to a givenfield
.- 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 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
-
-