Uses of Interface
org.hibernate.search.engine.search.aggregation.dsl.AggregationFinalStep
-
Packages that use AggregationFinalStep Package Description org.hibernate.search.engine.search.aggregation.dsl org.hibernate.search.engine.search.query.dsl org.hibernate.search.engine.search.query.dsl.spi -
-
Uses of AggregationFinalStep in org.hibernate.search.engine.search.aggregation.dsl
Subinterfaces of AggregationFinalStep in org.hibernate.search.engine.search.aggregation.dsl Modifier and Type Interface Description interfaceRangeAggregationOptionsStep<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 AggregationFinalStep Modifier and Type Method Description <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 AggregationFinalStep Modifier and Type Method Description <A> SAbstractSearchQueryOptionsStep. aggregation(AggregationKey<A> key, Function<? super AF,? extends AggregationFinalStep<A>> aggregationContributor)
-