Class LuceneNumericRangeAggregation<F,E extends Number,K>

Type Parameters:
F - The type of field values.
E - The type of encoded 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<Range<K>,Long>>, SearchAggregation<Map<Range<K>,Long>>

public class LuceneNumericRangeAggregation<F,E extends Number,K> extends AbstractLuceneBucketAggregation<Range<K>,Long>