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.2", sinceVersion="9.0") public interface IFieldAwareAggregation extends IAggregation
Anaggregation
that is bound to a givenfield
.- Since:
- 9.0.0
- Version:
- $Revision: 24985 $ $Date: 2022-05-02 23:04:30 -0300 (Mon, 02 May 2022) $
-
-
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
-
-