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