Class WithParametersAggregationFinalStep<A>
java.lang.Object
org.hibernate.search.engine.search.aggregation.dsl.impl.WithParametersAggregationFinalStep<A>
- All Implemented Interfaces:
AggregationFinalStep<A>
public class WithParametersAggregationFinalStep<A>
extends Object
implements AggregationFinalStep<A>
-
Constructor Summary
ConstructorsConstructorDescriptionWithParametersAggregationFinalStep(SearchAggregationDslContext<?, ?> dslContext, Function<? super NamedValues, ? extends AggregationFinalStep<A>> aggregationCreator) -
Method Summary
Modifier and TypeMethodDescriptionCreate aSearchAggregationinstance matching the definition given in the previous DSL steps.
-
Constructor Details
-
WithParametersAggregationFinalStep
public WithParametersAggregationFinalStep(SearchAggregationDslContext<?, ?> dslContext, Function<? super NamedValues, ? extends AggregationFinalStep<A>> aggregationCreator)
-
-
Method Details
-
toAggregation
Description copied from interface:AggregationFinalStepCreate aSearchAggregationinstance matching the definition given in the previous DSL steps.- Specified by:
toAggregationin interfaceAggregationFinalStep<A>- Returns:
- The
SearchAggregationresulting from the previous DSL steps.
-