Uses of Interface
org.hibernate.search.engine.search.aggregation.dsl.CountDistinctAggregationOptionsStep
Packages that use CountDistinctAggregationOptionsStep
-
Uses of CountDistinctAggregationOptionsStep in org.hibernate.search.engine.search.aggregation.dsl
Classes in org.hibernate.search.engine.search.aggregation.dsl with type parameters of type CountDistinctAggregationOptionsStepModifier and TypeInterfaceDescriptioninterfaceCountDistinctAggregationOptionsStep<SR,S extends CountDistinctAggregationOptionsStep<SR, ?, PDF>, PDF extends TypedSearchPredicateFactory<SR>> The final step in a "count distinct" aggregation definition, where optional parameters can be set.Methods in org.hibernate.search.engine.search.aggregation.dsl that return CountDistinctAggregationOptionsStepModifier and TypeMethodDescriptionTarget the given field in the count distinct aggregation.default CountDistinctAggregationOptionsStep<SR, ?, PDF> CountDistinctAggregationFieldStep.field(CountAggregationFieldReference<SR> fieldReference) Target the given field in the avg aggregation.