Class LuceneWithParametersAggregation<A>
java.lang.Object
org.hibernate.search.backend.lucene.types.aggregation.impl.LuceneWithParametersAggregation<A>
- All Implemented Interfaces:
LuceneSearchAggregation<A>,SearchAggregation<A>
public class LuceneWithParametersAggregation<A>
extends Object
implements LuceneSearchAggregation<A>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.hibernate.search.backend.lucene.search.aggregation.impl.LuceneSearchAggregation
LuceneSearchAggregation.Extractor<T> -
Field Summary
Fields inherited from interface org.hibernate.search.backend.lucene.search.aggregation.impl.LuceneSearchAggregation
log -
Method Summary
Modifier and TypeMethodDescriptionrequest(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.
-
Method Details
-
request
Description copied from interface:LuceneSearchAggregationRequest the collection of per-document data that will be used inLuceneSearchAggregation.Extractor.extract(AggregationExtractContext), making sure that the requirements for this projection are met.- Specified by:
requestin interfaceLuceneSearchAggregation<A>- Parameters:
context- A context that will share its state with the context passed toLuceneSearchAggregation.Extractor.extract(AggregationExtractContext).
-
indexNames
- Specified by:
indexNamesin interfaceLuceneSearchAggregation<A>
-