Class LuceneNumericTermsAggregation<F,E extends Number,K,V>

Type Parameters:
F - The type of field values.
K - The type of keys in the returned map. It can be F or 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>