Uses of Interface
org.hibernate.search.engine.search.aggregation.SearchAggregation
-
-
Uses of SearchAggregation in org.hibernate.search.backend.elasticsearch.logging.impl
Methods in org.hibernate.search.backend.elasticsearch.logging.impl with parameters of type SearchAggregation Modifier and Type Method Description SearchExceptionLog_$logger. aggregationDefinedOnDifferentIndexes(SearchAggregation<?> aggregation, Set<String> aggregationIndexes, Set<String> scopeIndexes)SearchExceptionLog. aggregationDefinedOnDifferentIndexes(SearchAggregation<?> aggregation, Set<String> aggregationIndexes, Set<String> scopeIndexes)SearchExceptionLog_$logger. cannotMixElasticsearchSearchQueryWithOtherAggregations(SearchAggregation<?> aggregation)SearchExceptionLog. 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.impl Modifier and Type Interface Description interfaceElasticsearchSearchAggregation<A>Classes in org.hibernate.search.backend.elasticsearch.search.aggregation.impl that implement SearchAggregation Modifier and Type Class Description classAbstractElasticsearchAggregation<A>classAbstractElasticsearchBucketAggregation<K,V>classAbstractElasticsearchNestableAggregation<A>classElasticsearchRangeAggregation<F,K>classElasticsearchTermsAggregation<F,K> -
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 SearchAggregation Modifier and Type Method Description <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 SearchAggregation Modifier and Type Method Description SearchExceptionLog_$logger. aggregationDefinedOnDifferentIndexes(SearchAggregation<?> aggregation, Set<String> aggregationIndexes, Set<String> scopeIndexes)SearchExceptionLog. aggregationDefinedOnDifferentIndexes(SearchAggregation<?> aggregation, Set<String> aggregationIndexes, Set<String> scopeIndexes)SearchExceptionLog_$logger. cannotMixLuceneSearchQueryWithOtherAggregations(SearchAggregation<?> aggregation)SearchExceptionLog. 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.impl Modifier and Type Interface Description interfaceLuceneSearchAggregation<A> -
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 SearchAggregation Modifier and Type Method Description <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 SearchAggregation Modifier and Type Class Description classAbstractLuceneBucketAggregation<K,V>classAbstractLuceneFacetsBasedTermsAggregation<F,T,K>classAbstractLuceneNestableAggregation<A>classLuceneNumericRangeAggregation<F,E extends Number,K>classLuceneNumericTermsAggregation<F,E extends Number,K>classLuceneTextTermsAggregation<K> -
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 aSearchAggregationinstance 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> 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 SearchAggregation Modifier and Type Method Description <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 SearchAggregation Modifier and Type Method Description <A> voidSearchQueryBuilder. aggregation(AggregationKey<A> key, SearchAggregation<A> aggregation)
-