Uses of Interface
org.hibernate.search.engine.search.aggregation.dsl.RangeAggregationRangeStep
-
Packages that use RangeAggregationRangeStep Package Description org.hibernate.search.engine.search.aggregation.dsl -
-
Uses of RangeAggregationRangeStep in org.hibernate.search.engine.search.aggregation.dsl
Subinterfaces of RangeAggregationRangeStep in org.hibernate.search.engine.search.aggregation.dsl Modifier and Type Interface Description interface
RangeAggregationRangeMoreStep<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 RangeAggregationRangeStep Modifier and Type Method Description default <F> RangeAggregationRangeStep<?,PDF,F>
RangeAggregationFieldStep. field(String fieldPath, Class<F> type)
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.
-