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