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<org.hibernate.search.util.common.data.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.Methods in org.hibernate.search.engine.search.aggregation.dsl that return AggregationFinalStepModifier and TypeMethodDescription<T> AggregationFinalStep<T> SearchAggregationFactory.withParameters(Function<? super NamedValues, ? extends AggregationFinalStep<T>> aggregationCreator) Delegating aggregation that creates the actual aggregation at query create time and provides access to query parameters.Method parameters in org.hibernate.search.engine.search.aggregation.dsl with type arguments of type AggregationFinalStepModifier and TypeMethodDescription<T> AggregationFinalStep<T> SearchAggregationFactory.withParameters(Function<? super NamedValues, ? extends AggregationFinalStep<T>> aggregationCreator) Delegating aggregation that creates the actual aggregation at query create time and provides access to query parameters. -
Uses of AggregationFinalStep in org.hibernate.search.engine.search.aggregation.dsl.spi
Methods in org.hibernate.search.engine.search.aggregation.dsl.spi that return AggregationFinalStepModifier and TypeMethodDescription<T> AggregationFinalStep<T> AbstractSearchAggregationFactory.withParameters(Function<? super NamedValues, ? extends AggregationFinalStep<T>> aggregationCreator) Method parameters in org.hibernate.search.engine.search.aggregation.dsl.spi with type arguments of type AggregationFinalStepModifier and TypeMethodDescription<T> AggregationFinalStep<T> AbstractSearchAggregationFactory.withParameters(Function<? super NamedValues, ? extends AggregationFinalStep<T>> aggregationCreator) -
Uses of AggregationFinalStep in org.hibernate.search.engine.search.aggregation.spi
Method parameters in org.hibernate.search.engine.search.aggregation.spi with type arguments of type AggregationFinalStepModifier and TypeMethodDescriptionvoidWithParametersAggregationBuilder.creator(Function<? super NamedValues, ? extends AggregationFinalStep<T>> aggregationCreator) -
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)