Uses of Interface
org.hibernate.search.engine.search.aggregation.dsl.AvgAggregationOptionsStep
Packages that use AvgAggregationOptionsStep
-
Uses of AvgAggregationOptionsStep in org.hibernate.search.engine.search.aggregation.dsl
Classes in org.hibernate.search.engine.search.aggregation.dsl with type parameters of type AvgAggregationOptionsStepModifier and TypeInterfaceDescriptioninterface
AvgAggregationOptionsStep<SR,
S extends AvgAggregationOptionsStep<SR, ?, PDF, F>, PDF extends TypedSearchPredicateFactory<SR>, F> The final step in a "avg" aggregation definition, where optional parameters can be set.Methods in org.hibernate.search.engine.search.aggregation.dsl that return AvgAggregationOptionsStepModifier and TypeMethodDescriptiondefault <F> AvgAggregationOptionsStep
<SR, ?, PDF, F> Target the given field in the avg aggregation.<F> AvgAggregationOptionsStep
<SR, ?, PDF, F> AvgAggregationFieldStep.field
(String fieldPath, Class<F> type, ValueModel valueModel) Target the given field in the avg aggregation.default <F> AvgAggregationOptionsStep
<SR, ?, PDF, F> AvgAggregationFieldStep.field
(AvgAggregationFieldReference<SR, F> fieldReference) Target the given field in the avg aggregation.