Uses of Interface
org.hibernate.search.engine.search.aggregation.dsl.RangeAggregationRangeMoreStep
Packages that use RangeAggregationRangeMoreStep
-
Uses of RangeAggregationRangeMoreStep in org.hibernate.search.engine.search.aggregation.dsl
Classes in org.hibernate.search.engine.search.aggregation.dsl with type parameters of type RangeAggregationRangeMoreStepModifier and TypeInterfaceDescriptioninterfaceRangeAggregationRangeMoreStep<SR,S extends RangeAggregationRangeMoreStep<SR, ?, ?, PDF, F, A>, N extends RangeAggregationOptionsStep<SR, ?, PDF, F, Map<org.hibernate.search.util.common.data.Range<F>, A>>, PDF extends TypedSearchPredicateFactory<SR>, F, A> The step in a "range" aggregation definition where optional parameters can be set, (see the superinterfaceRangeAggregationOptionsStep), or more ranges can be added.interfaceRangeAggregationRangeStep<SR,N extends RangeAggregationRangeMoreStep<SR, ?, ?, PDF, F, A>, PDF extends TypedSearchPredicateFactory<SR>, F, A> The step in a "range" aggregation definition where the ranges can be set.