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 in AggregationFilterStep.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.