Interface AvgAggregationOptionsStep<SR,S extends AvgAggregationOptionsStep<SR,?,PDF,F>,PDF extends TypedSearchPredicateFactory<SR>,F>

Type Parameters:
SR - Scope root type.
S - The "self" type (the actual exposed type of this step).
PDF - The type of factory used to create predicates in AggregationFilterStep.filter(Function).
F - The type of the targeted field. The type of result for this aggregation.
All Superinterfaces:
AggregationFilterStep<SR,S,PDF>, AggregationFinalStep<F>

@Incubating public interface AvgAggregationOptionsStep<SR,S extends AvgAggregationOptionsStep<SR,?,PDF,F>,PDF extends TypedSearchPredicateFactory<SR>,F> extends AggregationFinalStep<F>, AggregationFilterStep<SR,S,PDF>
The final step in a "avg" aggregation definition, where optional parameters can be set.