Uses of Interface
org.hibernate.search.engine.search.aggregation.dsl.CompositeAggregationFromAsStep
Packages that use CompositeAggregationFromAsStep
-
Uses of CompositeAggregationFromAsStep in org.hibernate.search.engine.search.aggregation.dsl
Subinterfaces of CompositeAggregationFromAsStep in org.hibernate.search.engine.search.aggregation.dslModifier and TypeInterfaceDescriptioninterfaceThe step in a "multi-step" composite aggregation definition where a single inner aggregation has been defined and the result of the composite aggregation can be defined.interfaceThe step in a "multi-step" composite aggregation definition where 2 inner aggregations have been defined and the result of the composite aggregation can be defined.interfaceCompositeAggregationFrom3AsStep<V1,V2, V3> The step in a "multi-step" composite aggregation definition where 3 inner aggregations have been defined and the result of the composite aggregation can be defined.Methods in org.hibernate.search.engine.search.aggregation.dsl that return CompositeAggregationFromAsStepModifier and TypeMethodDescriptionCompositeAggregationInnerStep.from(AggregationFinalStep<?>... dslFinalSteps) Defines multiple inner aggregations to get values from, based on almost-builtSearchAggregations.CompositeAggregationInnerStep.from(SearchAggregation<?>... aggregations) Defines multiple inner aggregations to get values from, based on previously-builtSearchAggregations.