Interface CountDistinctValuesAggregationOptionsStep<SR,S extends CountDistinctValuesAggregationOptionsStep<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 CountDistinctValuesAggregationOptionsStep<SR,S extends CountDistinctValuesAggregationOptionsStep<SR,?,PDF>,PDF extends TypedSearchPredicateFactory<SR>>
extends AggregationFinalStep<Long>, AggregationFilterStep<SR,S,PDF>
The final step in a "count distinct" aggregation definition, where optional parameters can be set.
-
Method Summary
Methods inherited from interface org.hibernate.search.engine.search.aggregation.dsl.AggregationFilterStep
filter, filter, filterMethods inherited from interface org.hibernate.search.engine.search.aggregation.dsl.AggregationFinalStep
toAggregation