Class LuceneNumericTermsAggregation<F,E extends Number,K,V>
java.lang.Object
org.hibernate.search.backend.lucene.types.aggregation.impl.AbstractLuceneNestableAggregation<Map<K,V>>
org.hibernate.search.backend.lucene.types.aggregation.impl.AbstractLuceneBucketAggregation<K,Long>
org.hibernate.search.backend.lucene.types.aggregation.impl.AbstractLuceneFacetsBasedTermsAggregation<F,E,K,V>
org.hibernate.search.backend.lucene.types.aggregation.impl.LuceneNumericTermsAggregation<F,E,K,V>
- Type Parameters:
F- The type of field values.K- The type of keys in the returned map. It can beFor a different type if value converters are used.
- All Implemented Interfaces:
LuceneSearchAggregation<Map<K,,Long>> SearchAggregation<Map<K,Long>>
public class LuceneNumericTermsAggregation<F,E extends Number,K,V>
extends AbstractLuceneFacetsBasedTermsAggregation<F,E,K,V>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classLuceneNumericTermsAggregation.Factory<F,E extends Number> Nested classes/interfaces inherited from class org.hibernate.search.backend.lucene.types.aggregation.impl.AbstractLuceneFacetsBasedTermsAggregation
AbstractLuceneFacetsBasedTermsAggregation.AbstractExtractorNested classes/interfaces inherited from interface org.hibernate.search.backend.lucene.search.aggregation.impl.LuceneSearchAggregation
LuceneSearchAggregation.Extractor<T> -
Field Summary
Fields inherited from class org.hibernate.search.backend.lucene.types.aggregation.impl.AbstractLuceneBucketAggregation
absoluteFieldPathFields inherited from interface org.hibernate.search.backend.lucene.search.aggregation.impl.LuceneSearchAggregation
log -
Method Summary
Modifier and TypeMethodDescriptionprotected LuceneSearchAggregation.Extractor<Map<K,Long>> extractor(AggregationRequestContext context) Methods inherited from class org.hibernate.search.backend.lucene.types.aggregation.impl.AbstractLuceneFacetsBasedTermsAggregation
requestMethods inherited from class org.hibernate.search.backend.lucene.types.aggregation.impl.AbstractLuceneBucketAggregation
indexNamesMethods inherited from class org.hibernate.search.backend.lucene.types.aggregation.impl.AbstractLuceneNestableAggregation
createNestedDocsProvider
-
Method Details
-
extractor
protected LuceneSearchAggregation.Extractor<Map<K,Long>> extractor(AggregationRequestContext context)
-