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 inAggregationFilterStep.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.
-
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