Interface AvgAggregationOptionsStep<S extends AvgAggregationOptionsStep<?,PDF,F>,PDF extends SearchPredicateFactory,F>
- Type Parameters:
S
- The "self" type (the actual exposed type of this step).PDF
- The type of factory used to create predicates inAggregationFilterStep.filter(Function)
.F
- The type of the targeted field. The type of result for this aggregation.
- All Superinterfaces:
AggregationFilterStep<S,
,PDF> AggregationFinalStep<F>
@Incubating
public interface AvgAggregationOptionsStep<S extends AvgAggregationOptionsStep<?,PDF,F>,PDF extends SearchPredicateFactory,F>
extends AggregationFinalStep<F>, AggregationFilterStep<S,PDF>
The final step in a "avg" aggregation definition, where optional parameters can be set.
-
Method Summary
Methods inherited from interface org.hibernate.search.engine.search.aggregation.dsl.AggregationFilterStep
filter, filter, filter
Methods inherited from interface org.hibernate.search.engine.search.aggregation.dsl.AggregationFinalStep
toAggregation