Interface RangeAggregationOptionsStep<SR,S extends RangeAggregationOptionsStep<SR,?,PDF,F,A>,PDF extends SearchPredicateFactory<SR>,F,A>

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.
A - The type of result for this aggregation.
All Superinterfaces:
AggregationFilterStep<SR,S,PDF>, AggregationFinalStep<A>
All Known Subinterfaces:
RangeAggregationRangeMoreStep<SR,S,N,PDF,F>

public interface RangeAggregationOptionsStep<SR,S extends RangeAggregationOptionsStep<SR,?,PDF,F,A>,PDF extends SearchPredicateFactory<SR>,F,A> extends AggregationFinalStep<A>, AggregationFilterStep<SR,S,PDF>
The final step in a "range" aggregation definition, where optional parameters can be set.