Class NumericHistogramAggregator

All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.lucene.search.Collector, Releasable

public class NumericHistogramAggregator extends AbstractHistogramAggregator
An aggregator for numeric values. For a given interval, offset and value, it returns the highest number that can be written as interval * x + offset and yet is less than or equal to value.