Uses of Class
org.hibernate.search.engine.search.aggregation.AggregationKey
Packages that use AggregationKey
Package
Description
-
Uses of AggregationKey in org.hibernate.search.backend.elasticsearch.logging.impl
Methods in org.hibernate.search.backend.elasticsearch.logging.impl with parameters of type AggregationKeyModifier and TypeMethodDescriptionfinal SearchExceptionLog_$logger.duplicateAggregationKey(AggregationKey<?> key) Log.duplicateAggregationKey(AggregationKey<?> key) -
Uses of AggregationKey in org.hibernate.search.backend.elasticsearch.search.aggregation.impl
Methods in org.hibernate.search.backend.elasticsearch.search.aggregation.impl with parameters of type AggregationKeyModifier and TypeMethodDescriptionAbstractElasticsearchNestableAggregation.request(AggregationRequestContext context, AggregationKey<?> key, com.google.gson.JsonObject jsonAggregations) ElasticsearchSearchAggregation.request(AggregationRequestContext context, AggregationKey<?> key, com.google.gson.JsonObject jsonAggregations) Contribute to the request, making sure that the requirements for this aggregation are met.ElasticsearchWithParametersAggregation.request(AggregationRequestContext context, AggregationKey<?> key, com.google.gson.JsonObject jsonAggregations) -
Uses of AggregationKey in org.hibernate.search.backend.elasticsearch.search.query.impl
Methods in org.hibernate.search.backend.elasticsearch.search.query.impl with parameters of type AggregationKeyModifier and TypeMethodDescription<A> voidElasticsearchSearchQueryBuilder.aggregation(AggregationKey<A> key, SearchAggregation<A> aggregation) Method parameters in org.hibernate.search.backend.elasticsearch.search.query.impl with type arguments of type AggregationKeyModifier and TypeMethodDescriptionElasticsearch7SearchResultExtractorFactory.createResultExtractor(org.hibernate.search.backend.elasticsearch.search.query.impl.ElasticsearchSearchQueryRequestContext requestContext, ElasticsearchSearchProjection.Extractor<?, H> rootExtractor, Map<AggregationKey<?>, ElasticsearchSearchAggregation.Extractor<?>> aggregations) ElasticsearchSearchResultExtractorFactory.createResultExtractor(org.hibernate.search.backend.elasticsearch.search.query.impl.ElasticsearchSearchQueryRequestContext requestContext, ElasticsearchSearchProjection.Extractor<?, H> rootExtractor, Map<AggregationKey<?>, ElasticsearchSearchAggregation.Extractor<?>> aggregations) -
Uses of AggregationKey in org.hibernate.search.backend.lucene.logging.impl
Methods in org.hibernate.search.backend.lucene.logging.impl with parameters of type AggregationKeyModifier and TypeMethodDescriptionfinal SearchExceptionLog_$logger.duplicateAggregationKey(AggregationKey<?> key) Log.duplicateAggregationKey(AggregationKey<?> key) -
Uses of AggregationKey in org.hibernate.search.backend.lucene.search.query.impl
Methods in org.hibernate.search.backend.lucene.search.query.impl with parameters of type AggregationKeyModifier and TypeMethodDescription<A> voidLuceneSearchQueryBuilder.aggregation(AggregationKey<A> key, SearchAggregation<A> aggregation) -
Uses of AggregationKey in org.hibernate.search.engine.logging.impl
Methods in org.hibernate.search.engine.logging.impl with parameters of type AggregationKeyModifier and TypeMethodDescriptionfinal SearchExceptionLog_$logger.unknownAggregationKey(AggregationKey<?> key) Log.unknownAggregationKey(AggregationKey<?> key) -
Uses of AggregationKey in org.hibernate.search.engine.logging.spi
Constructors in org.hibernate.search.engine.logging.spi with parameters of type AggregationKey -
Uses of AggregationKey in org.hibernate.search.engine.search.aggregation
Methods in org.hibernate.search.engine.search.aggregation that return AggregationKey -
Uses of AggregationKey in org.hibernate.search.engine.search.query
Methods in org.hibernate.search.engine.search.query with parameters of type AggregationKey -
Uses of AggregationKey in org.hibernate.search.engine.search.query.dsl
Methods in org.hibernate.search.engine.search.query.dsl with parameters of type AggregationKeyModifier and TypeMethodDescription<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 AggregationKeyModifier and TypeMethodDescription<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 AggregationKeyModifier and TypeMethodDescription<A> voidSearchQueryBuilder.aggregation(AggregationKey<A> key, SearchAggregation<A> aggregation) <T> TSimpleSearchResult.aggregation(AggregationKey<T> key) Constructor parameters in org.hibernate.search.engine.search.query.spi with type arguments of type AggregationKeyModifierConstructorDescriptionSimpleSearchResult(SearchResultTotal resultTotal, List<H> hits, Map<AggregationKey<?>, ?> aggregationResults, Duration took, Boolean timedOut)