Uses of Interface
org.hibernate.search.engine.search.aggregation.SearchAggregation
Packages that use SearchAggregation
Package
Description
Query DSL implementation internals.
-
Uses of SearchAggregation in org.hibernate.search.backend.elasticsearch.logging.impl
Methods in org.hibernate.search.backend.elasticsearch.logging.impl with parameters of type SearchAggregationModifier and TypeMethodDescriptionfinal SearchExceptionLog_$logger.aggregationDefinedOnDifferentIndexes(SearchAggregation<?> aggregation, Set<String> aggregationIndexes, Set<String> scopeIndexes, Set<String> scopeDifference) Log.aggregationDefinedOnDifferentIndexes(SearchAggregation<?> aggregation, Set<String> aggregationIndexes, Set<String> scopeIndexes, Set<String> scopeDifference) final SearchExceptionLog_$logger.cannotMixElasticsearchSearchQueryWithOtherAggregations(SearchAggregation<?> aggregation) Log.cannotMixElasticsearchSearchQueryWithOtherAggregations(SearchAggregation<?> aggregation) -
Uses of SearchAggregation in org.hibernate.search.backend.elasticsearch.search.aggregation.impl
Subinterfaces of SearchAggregation in org.hibernate.search.backend.elasticsearch.search.aggregation.implClasses in org.hibernate.search.backend.elasticsearch.search.aggregation.impl that implement SearchAggregationModifier and TypeClassDescriptionclassclassclassclassclassclassMethods in org.hibernate.search.backend.elasticsearch.search.aggregation.impl with parameters of type SearchAggregationModifier and TypeMethodDescriptionstatic <A> ElasticsearchSearchAggregation<A>ElasticsearchSearchAggregation.from(ElasticsearchSearchIndexScope<?> scope, SearchAggregation<A> aggregation) -
Uses of SearchAggregation in org.hibernate.search.backend.elasticsearch.search.query.impl
Methods in org.hibernate.search.backend.elasticsearch.search.query.impl with parameters of type SearchAggregationModifier and TypeMethodDescription<A> voidElasticsearchSearchQueryBuilder.aggregation(AggregationKey<A> key, SearchAggregation<A> aggregation) -
Uses of SearchAggregation in org.hibernate.search.backend.lucene.logging.impl
Methods in org.hibernate.search.backend.lucene.logging.impl with parameters of type SearchAggregationModifier and TypeMethodDescriptionfinal SearchExceptionLog_$logger.aggregationDefinedOnDifferentIndexes(SearchAggregation<?> aggregation, Set<String> aggregationIndexes, Set<String> scopeIndexes, Set<String> scopeDifference) Log.aggregationDefinedOnDifferentIndexes(SearchAggregation<?> aggregation, Set<String> aggregationIndexes, Set<String> scopeIndexes, Set<String> scopeDifference) final SearchExceptionLog_$logger.cannotMixLuceneSearchQueryWithOtherAggregations(SearchAggregation<?> aggregation) Log.cannotMixLuceneSearchQueryWithOtherAggregations(SearchAggregation<?> aggregation) -
Uses of SearchAggregation in org.hibernate.search.backend.lucene.search.aggregation.impl
Subinterfaces of SearchAggregation in org.hibernate.search.backend.lucene.search.aggregation.implMethods in org.hibernate.search.backend.lucene.search.aggregation.impl with parameters of type SearchAggregationModifier and TypeMethodDescriptionstatic <A> LuceneSearchAggregation<A>LuceneSearchAggregation.from(LuceneSearchIndexScope<?> scope, SearchAggregation<A> aggregation) -
Uses of SearchAggregation in org.hibernate.search.backend.lucene.search.query.impl
Methods in org.hibernate.search.backend.lucene.search.query.impl with parameters of type SearchAggregationModifier and TypeMethodDescription<A> voidLuceneSearchQueryBuilder.aggregation(AggregationKey<A> key, SearchAggregation<A> aggregation) -
Uses of SearchAggregation in org.hibernate.search.backend.lucene.types.aggregation.impl
Classes in org.hibernate.search.backend.lucene.types.aggregation.impl that implement SearchAggregationModifier and TypeClassDescriptionclassclassclassclassLuceneNumericRangeAggregation<F,E extends Number, K> classLuceneNumericTermsAggregation<F,E extends Number, K, V> classclass -
Uses of SearchAggregation in org.hibernate.search.engine.search.aggregation.dsl
Methods in org.hibernate.search.engine.search.aggregation.dsl that return SearchAggregationModifier and TypeMethodDescriptionAggregationFinalStep.toAggregation()Create aSearchAggregationinstance matching the definition given in the previous DSL steps. -
Uses of SearchAggregation in org.hibernate.search.engine.search.aggregation.dsl.impl
Methods in org.hibernate.search.engine.search.aggregation.dsl.impl that return SearchAggregation -
Uses of SearchAggregation in org.hibernate.search.engine.search.aggregation.spi
Methods in org.hibernate.search.engine.search.aggregation.spi that return SearchAggregation -
Uses of SearchAggregation in org.hibernate.search.engine.search.query.dsl
Methods in org.hibernate.search.engine.search.query.dsl with parameters of type SearchAggregationModifier and TypeMethodDescription<T> SSearchQueryOptionsStep.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 SearchAggregationModifier and TypeMethodDescription<A> SAbstractSearchQueryOptionsStep.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 SearchAggregationModifier and TypeMethodDescription<A> voidSearchQueryBuilder.aggregation(AggregationKey<A> key, SearchAggregation<A> aggregation) -
Uses of SearchAggregation in org.infinispan.query.dsl.embedded.impl
Methods in org.infinispan.query.dsl.embedded.impl that return SearchAggregationConstructors in org.infinispan.query.dsl.embedded.impl with parameters of type SearchAggregationModifierConstructorDescriptionInfinispanAggregation(SearchAggregation<Map<T, Long>> searchAggregation, org.infinispan.objectfilter.impl.syntax.parser.AggregationPropertyPath propertyPath, boolean displayGroupFirst)