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