Uses of Interface
org.hibernate.search.engine.search.reference.aggregation.CountAggregationFieldReference
Packages that use CountAggregationFieldReference
Package
Description
-
Uses of CountAggregationFieldReference in org.hibernate.search.engine.search.aggregation.dsl
Methods in org.hibernate.search.engine.search.aggregation.dsl with parameters of type CountAggregationFieldReferenceModifier and TypeMethodDescriptiondefault CountValuesAggregationOptionsStep<SR, ?, PDF> CountAggregationKindStep.field(CountAggregationFieldReference<SR> fieldReference) Count the number of non-empty values for the given field.default CountDistinctValuesAggregationOptionsStep<SR, ?, PDF> CountDistinctValuesAggregationFieldStep.field(CountAggregationFieldReference<SR> fieldReference) Target the given field in the count distinct values aggregation.default CountValuesAggregationOptionsStep<SR, ?, PDF> CountValuesAggregationFieldStep.field(CountAggregationFieldReference<SR> fieldReference) Target the given field in the count values aggregation. -
Uses of CountAggregationFieldReference in org.hibernate.search.engine.search.reference.aggregation
Classes in org.hibernate.search.engine.search.reference.aggregation that implement CountAggregationFieldReferenceModifier and TypeClassDescriptionfinal recordAnyAggregationReference<SR,T> A generic aggregated-field reference that can be manually created and passed to any aggregation-DSL methods that require a field reference.