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 CountAggregationOptionsStep
<SR, ?, PDF> CountAggregationFieldStep.field
(CountAggregationFieldReference<SR> fieldReference) Target the given field in the avg aggregation.default CountDistinctAggregationOptionsStep
<SR, ?, PDF> CountDistinctAggregationFieldStep.field
(CountAggregationFieldReference<SR> fieldReference) Target the given field in the avg 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 record
AnyAggregationReference<SR,
T> A generic aggregated-field reference that can be manually created and passed to any aggregation-DSL methods that require a field reference.