Uses of Class
org.hibernate.search.backend.lucene.search.aggregation.impl.AggregationRequestContext
Packages that use AggregationRequestContext
Package
Description
-
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 AggregationRequestContextModifier and TypeMethodDescriptionLuceneSearchAggregation.request(AggregationRequestContext context) Request the collection of per-document data that will be used inLuceneSearchAggregation.Extractor.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 AggregationRequestContextModifier and TypeMethodDescriptionprotected abstract LuceneSearchAggregation.Extractor<Map<K,Long>> AbstractLuceneFacetsBasedTermsAggregation.extractor(AggregationRequestContext context) protected LuceneSearchAggregation.Extractor<Map<K,Long>> LuceneNumericTermsAggregation.extractor(AggregationRequestContext context) protected LuceneSearchAggregation.Extractor<Map<K,Long>> LuceneTextTermsAggregation.extractor(AggregationRequestContext context) AbstractLuceneFacetsBasedTermsAggregation.request(AggregationRequestContext context) LuceneNumericRangeAggregation.request(AggregationRequestContext context) LuceneWithParametersAggregation.request(AggregationRequestContext context)