Uses of Interface
org.hibernate.search.engine.search.aggregation.dsl.RangeAggregationOptionsStep
Packages that use RangeAggregationOptionsStep
-
Uses of RangeAggregationOptionsStep in org.hibernate.search.engine.search.aggregation.dsl
Classes in org.hibernate.search.engine.search.aggregation.dsl with type parameters of type RangeAggregationOptionsStepModifier and TypeInterfaceDescriptioninterfaceRangeAggregationOptionsStep<SR,S extends RangeAggregationOptionsStep<SR, ?, PDF, F, A>, PDF extends TypedSearchPredicateFactory<SR>, F, A> The final step in a "range" aggregation definition, where optional parameters can be set.interfaceRangeAggregationRangeMoreStep<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.Subinterfaces of RangeAggregationOptionsStep in org.hibernate.search.engine.search.aggregation.dslModifier 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.Methods in org.hibernate.search.engine.search.aggregation.dsl that return RangeAggregationOptionsStepModifier and TypeMethodDescriptiondefault <T> RangeAggregationOptionsStep<SR, ?, PDF, F, Map<org.hibernate.search.util.common.data.Range<F>, T>> RangeAggregationValueStep.value(AggregationFinalStep<T> aggregation) Specify which aggregation to apply to the documents within the range.RangeAggregationValueStep.value(SearchAggregation<T> aggregation) Specify which aggregation to apply to the documents within the range.