Uses of Interface
org.hibernate.search.engine.search.aggregation.dsl.CountDistinctValuesAggregationOptionsStep
Packages that use CountDistinctValuesAggregationOptionsStep
-
Uses of CountDistinctValuesAggregationOptionsStep in org.hibernate.search.engine.search.aggregation.dsl
Classes in org.hibernate.search.engine.search.aggregation.dsl with type parameters of type CountDistinctValuesAggregationOptionsStepModifier and TypeInterfaceDescriptioninterfaceCountDistinctValuesAggregationOptionsStep<SR,S extends CountDistinctValuesAggregationOptionsStep<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 CountDistinctValuesAggregationOptionsStepModifier and TypeMethodDescriptionTarget the given field in the count distinct values aggregation.default CountDistinctValuesAggregationOptionsStep<SR, ?, PDF> CountDistinctValuesAggregationFieldStep.field(CountAggregationFieldReference<SR> fieldReference) Target the given field in the count distinct values aggregation.