Uses of Interface
org.hibernate.search.backend.lucene.search.aggregation.impl.LuceneSearchAggregation.Extractor
Packages that use LuceneSearchAggregation.Extractor
Package
Description
-
Uses of LuceneSearchAggregation.Extractor in org.hibernate.search.backend.lucene.search.aggregation.impl
Methods in org.hibernate.search.backend.lucene.search.aggregation.impl that return LuceneSearchAggregation.ExtractorModifier and TypeMethodDescriptionLuceneSearchAggregation.request(AggregationRequestContext context) Request the collection of per-document data that will be used inextract(AggregationExtractContext), making sure that the requirements for this projection are met. -
Uses of LuceneSearchAggregation.Extractor in org.hibernate.search.backend.lucene.types.aggregation.impl
Classes in org.hibernate.search.backend.lucene.types.aggregation.impl that implement LuceneSearchAggregation.ExtractorModifier and TypeClassDescriptionprotected classMethods in org.hibernate.search.backend.lucene.types.aggregation.impl that return LuceneSearchAggregation.ExtractorModifier 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)