Interface CountAggregationOptionsStep<SR,S extends CountAggregationOptionsStep<SR,?,PDF>,PDF extends TypedSearchPredicateFactory<SR>>

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).
All Superinterfaces:
AggregationFilterStep<SR,S,PDF>, AggregationFinalStep<Long>

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