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.aggregation.spi
Methods in org.hibernate.search.engine.search.aggregation.spi with parameters of type AggregationKey Modifier and Type Method Description <A> voidSearchAggregationBuilderFactory. contribute(C collector, AggregationKey<A> key, SearchAggregation<A> aggregation)Contribute an aggregation to a collector. -
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> ASearchResult. aggregation(AggregationKey<A> key)default <A> ASearchResult. getAggregation(AggregationKey<A> key)Deprecated.UseSearchResult.aggregation(AggregationKey)instead. -
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> SSearchQueryOptionsStep. aggregation(AggregationKey<T> key, Function<? super AF,? extends AggregationFinalStep<T>> aggregationContributor)Add an aggregation to this query.<T> SSearchQueryOptionsStep. 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> SAbstractSearchQueryOptionsStep. aggregation(AggregationKey<A> key, Function<? super AF,? extends AggregationFinalStep<A>> aggregationContributor)<A> SAbstractSearchQueryOptionsStep. 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 <T> TSimpleSearchResult. aggregation(AggregationKey<T> key)Constructor parameters in org.hibernate.search.engine.search.query.spi with type arguments of type AggregationKey Constructor Description SimpleSearchResult(long hitCount, List<H> hits, Map<AggregationKey<?>,?> aggregationResults, Duration took, Boolean timedOut)
-