public static class InternalFullDateHistogramFacet.FullEntry extends Objectimplements DateHistogramFacet .Entry
| Constructor and Description |
|---|
FullEntry(long time, long count, double min, double max, long totalCount, double total)
|
| Modifier and Type | Method and Description |
|---|---|
long |
getCount()
The number of hits that fall within that key "range" or "interval".
|
double |
getMax()
The maximum value.
|
double |
getMean()
The mean of this facet interval.
|
double |
getMin()
The minimum value.
|
long |
getTime()
The time bucket start (in milliseconds).
|
double |
getTotal()
The sum / total of the value field that fall within this key "interval".
|
long |
getTotalCount()
The total count of values aggregated to compute the total.
|
public FullEntry(long time,
long count,
double min,
double max,
long totalCount,
double total)public long getTime()
DateHistogramFacet.Entry
public long getCount()
DateHistogramFacet.Entry
public double getTotal()
DateHistogramFacet.Entry
public long getTotalCount()
DateHistogramFacet.Entry
public double getMean()
DateHistogramFacet.Entry
public double getMin()
DateHistogramFacet.Entry
public double getMax()
DateHistogramFacet.Entry