Uses of Class
org.hibernate.search.engine.search.aggregation.AggregationKey
-
-
Uses of AggregationKey in org.hibernate.search.engine.logging.spi
Constructors in org.hibernate.search.engine.logging.spi with parameters of type AggregationKey Constructor Description AggregationKeyFormatter(AggregationKey<?> key)
-
Uses of AggregationKey in org.hibernate.search.engine.search.aggregation
Methods in org.hibernate.search.engine.search.aggregation that return AggregationKey Modifier and Type Method Description static <A> AggregationKey<A>
AggregationKey. of(String name)
-
Uses of AggregationKey in org.hibernate.search.engine.search.query
Methods in org.hibernate.search.engine.search.query with parameters of type AggregationKey Modifier and Type Method Description <A> A
SearchResult. aggregation(AggregationKey<A> key)
-
Uses of AggregationKey in org.hibernate.search.engine.search.query.dsl
Methods in org.hibernate.search.engine.search.query.dsl with parameters of type AggregationKey Modifier and Type Method Description <T> S
SearchQueryOptionsStep. aggregation(AggregationKey<T> key, Function<? super AF,? extends AggregationFinalStep<T>> aggregationContributor)
Add an aggregation to this query.<T> S
SearchQueryOptionsStep. aggregation(AggregationKey<T> key, SearchAggregation<T> aggregation)
Add an aggregation to this query. -
Uses of AggregationKey in org.hibernate.search.engine.search.query.dsl.spi
Methods in org.hibernate.search.engine.search.query.dsl.spi with parameters of type AggregationKey Modifier and Type Method Description <A> S
AbstractSearchQueryOptionsStep. aggregation(AggregationKey<A> key, Function<? super AF,? extends AggregationFinalStep<A>> aggregationContributor)
<A> S
AbstractSearchQueryOptionsStep. aggregation(AggregationKey<A> key, SearchAggregation<A> aggregation)
-
Uses of AggregationKey in org.hibernate.search.engine.search.query.spi
Methods in org.hibernate.search.engine.search.query.spi with parameters of type AggregationKey Modifier and Type Method Description <A> void
SearchQueryBuilder. aggregation(AggregationKey<A> key, SearchAggregation<A> aggregation)
<T> T
SimpleSearchResult. aggregation(AggregationKey<T> key)
Constructor parameters in org.hibernate.search.engine.search.query.spi with type arguments of type AggregationKey Constructor Description SimpleSearchResult(SearchResultTotal resultTotal, List<H> hits, Map<AggregationKey<?>,?> aggregationResults, Duration took, Boolean timedOut)
-