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 inAggregationFilterStep.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.
-
Method Summary
Methods inherited from interface org.hibernate.search.engine.search.aggregation.dsl.AggregationFilterStep
filter, filter, filter
Methods inherited from interface org.hibernate.search.engine.search.aggregation.dsl.AggregationFinalStep
toAggregation