Interface FieldMetricAggregationBuilder<A>
- Type Parameters:
A
- the type of the result of the aggregation
- All Superinterfaces:
SearchAggregationBuilder<A>
,SearchFilterableAggregationBuilder<A>
Used by the all the metric aggregations that are supposed to return a value having the same type of field,
or if a projection converter is present and enabled, the same type of the latter.
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface org.hibernate.search.engine.search.aggregation.spi.SearchAggregationBuilder
build
Methods inherited from interface org.hibernate.search.engine.search.aggregation.spi.SearchFilterableAggregationBuilder
filter