Uses of Interface
org.hibernate.search.engine.search.aggregation.dsl.RangeAggregationRangeStep
Packages that use RangeAggregationRangeStep
-
Uses of RangeAggregationRangeStep in org.hibernate.search.engine.search.aggregation.dsl
Subinterfaces of RangeAggregationRangeStep in org.hibernate.search.engine.search.aggregation.dslModifier and TypeInterfaceDescriptioninterfaceRangeAggregationRangeMoreStep<S extends RangeAggregationRangeMoreStep<?,?, PDF, F>, N extends RangeAggregationOptionsStep<?, PDF, F, Map<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.Methods in org.hibernate.search.engine.search.aggregation.dsl that return RangeAggregationRangeStepModifier and TypeMethodDescriptiondefault <F> RangeAggregationRangeStep<?,PDF, F> Target the given field in the range aggregation.<F> RangeAggregationRangeStep<?,PDF, F> RangeAggregationFieldStep.field(String fieldPath, Class<F> type, ValueConvert convert) Target the given field in the range aggregation.