Uses of Class
org.hibernate.search.backend.lucene.search.aggregation.impl.AggregationExtractContext
-
Packages that use AggregationExtractContext Package Description org.hibernate.search.backend.lucene.search.aggregation.impl org.hibernate.search.backend.lucene.types.aggregation.impl -
-
Uses of AggregationExtractContext in org.hibernate.search.backend.lucene.search.aggregation.impl
Methods in org.hibernate.search.backend.lucene.search.aggregation.impl with parameters of type AggregationExtractContext Modifier and Type Method Description ALuceneSearchAggregation. extract(AggregationExtractContext context)Extract the result of the aggregation from the response. -
Uses of AggregationExtractContext in org.hibernate.search.backend.lucene.types.aggregation.impl
Methods in org.hibernate.search.backend.lucene.types.aggregation.impl with parameters of type AggregationExtractContext Modifier and Type Method Description protected NestedDocsProviderAbstractLuceneNestableAggregation. createNestedDocsProvider(AggregationExtractContext context)Map<K,Long>AbstractLuceneFacetsBasedTermsAggregation. extract(AggregationExtractContext context)Map<Range<K>,Long>LuceneNumericRangeAggregation. extract(AggregationExtractContext context)
-