Interface CountAggregationOptionsStep<S extends CountAggregationOptionsStep<?,PDF>,PDF extends SearchPredicateFactory>

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

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