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