Uses of Interface
org.hibernate.search.engine.search.aggregation.SearchAggregation
-
-
Uses of SearchAggregation in org.hibernate.search.engine.search.aggregation.dsl
Methods in org.hibernate.search.engine.search.aggregation.dsl that return SearchAggregation Modifier and Type Method Description SearchAggregation<A>
AggregationFinalStep. toAggregation()
Create aSearchAggregation
instance matching the definition given in the previous DSL steps. -
Uses of SearchAggregation in org.hibernate.search.engine.search.aggregation.spi
Methods in org.hibernate.search.engine.search.aggregation.spi that return SearchAggregation Modifier and Type Method Description SearchAggregation<A>
SearchAggregationBuilder. build()
-
Uses of SearchAggregation in org.hibernate.search.engine.search.query.dsl
Methods in org.hibernate.search.engine.search.query.dsl with parameters of type SearchAggregation Modifier and Type Method Description <T> S
SearchQueryOptionsStep. aggregation(AggregationKey<T> key, SearchAggregation<T> aggregation)
Add an aggregation to this query. -
Uses of SearchAggregation in org.hibernate.search.engine.search.query.dsl.spi
Methods in org.hibernate.search.engine.search.query.dsl.spi with parameters of type SearchAggregation Modifier and Type Method Description <A> S
AbstractSearchQueryOptionsStep. aggregation(AggregationKey<A> key, SearchAggregation<A> aggregation)
-
Uses of SearchAggregation in org.hibernate.search.engine.search.query.spi
Methods in org.hibernate.search.engine.search.query.spi with parameters of type SearchAggregation Modifier and Type Method Description <A> void
SearchQueryBuilder. aggregation(AggregationKey<A> key, SearchAggregation<A> aggregation)
-