Class ElasticsearchRangeAggregation<F,K>

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:
ElasticsearchSearchAggregation<Map<Range<K>,Long>>, SearchAggregation<Map<Range<K>,Long>>

public class ElasticsearchRangeAggregation<F,K> extends AbstractElasticsearchBucketAggregation<Range<K>,Long>