Uses of Interface
org.hibernate.search.engine.search.aggregation.dsl.AggregationFinalStep
Packages that use AggregationFinalStep
Package
Description
-
Uses of AggregationFinalStep in org.hibernate.search.engine.search.aggregation.dsl
Subinterfaces of AggregationFinalStep in org.hibernate.search.engine.search.aggregation.dslModifier and TypeInterfaceDescriptioninterfaceRangeAggregationOptionsStep<S extends RangeAggregationOptionsStep<?,PDF, F, A>, PDF extends SearchPredicateFactory, F, A> The final step in a "range" aggregation definition, where optional parameters can be set.interfaceRangeAggregationRangeMoreStep<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.interfaceTermsAggregationOptionsStep<S extends TermsAggregationOptionsStep<?,PDF, F, A>, PDF extends SearchPredicateFactory, F, A> The final step in a "terms" aggregation definition, where optional parameters can be set. -
Uses of AggregationFinalStep in org.hibernate.search.engine.search.query.dsl
Method parameters in org.hibernate.search.engine.search.query.dsl with type arguments of type AggregationFinalStepModifier and TypeMethodDescription<T> SSearchQueryOptionsStep.aggregation(AggregationKey<T> key, Function<? super AF, ? extends AggregationFinalStep<T>> aggregationContributor) Add an aggregation to this query. -
Uses of AggregationFinalStep in org.hibernate.search.engine.search.query.dsl.spi
Method parameters in org.hibernate.search.engine.search.query.dsl.spi with type arguments of type AggregationFinalStepModifier and TypeMethodDescription<A> SAbstractSearchQueryOptionsStep.aggregation(AggregationKey<A> key, Function<? super AF, ? extends AggregationFinalStep<A>> aggregationContributor)