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<S extends RangeAggregationRangeMoreStep<?,?, PDF, F>, N extends RangeAggregationOptionsStep<?, PDF, F, Map<org.hibernate.search.util.common.data.Range<F>, Long>>, PDF extends SearchPredicateFactory, F> The step in a "range" aggregation definition where optional parameters can be set, (see the superinterfaceRangeAggregationOptionsStep), or more ranges can be added.interfaceRangeAggregationRangeStep<N extends RangeAggregationRangeMoreStep<?,?, PDF, F>, PDF extends SearchPredicateFactory, F> The step in a "range" aggregation definition where the ranges can be set.