Uses of Class
org.hibernate.search.backend.lucene.search.aggregation.impl.AggregationRequestContext
-
Packages that use AggregationRequestContext Package Description org.hibernate.search.backend.lucene.search.aggregation.impl org.hibernate.search.backend.lucene.types.aggregation.impl -
-
Uses of AggregationRequestContext in org.hibernate.search.backend.lucene.search.aggregation.impl
Methods in org.hibernate.search.backend.lucene.search.aggregation.impl with parameters of type AggregationRequestContext Modifier and Type Method Description voidLuceneSearchAggregation. request(AggregationRequestContext context)Request the collection of per-document data that will be used inLuceneSearchAggregation.extract(AggregationExtractContext), making sure that the requirements for this projection are met. -
Uses of AggregationRequestContext in org.hibernate.search.backend.lucene.types.aggregation.impl
Methods in org.hibernate.search.backend.lucene.types.aggregation.impl with parameters of type AggregationRequestContext Modifier and Type Method Description voidAbstractLuceneFacetsBasedTermsAggregation. request(AggregationRequestContext context)voidLuceneNumericRangeAggregation. request(AggregationRequestContext context)
-