public static class InternalFullDateHistogramFacet.FullEntry extends Object implements 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
getTime
in interface DateHistogramFacet.Entry
public long getCount()
DateHistogramFacet.Entry
getCount
in interface DateHistogramFacet.Entry
public double getTotal()
DateHistogramFacet.Entry
getTotal
in interface DateHistogramFacet.Entry
public long getTotalCount()
DateHistogramFacet.Entry
getTotalCount
in interface DateHistogramFacet.Entry
public double getMean()
DateHistogramFacet.Entry
getMean
in interface DateHistogramFacet.Entry
public double getMin()
DateHistogramFacet.Entry
getMin
in interface DateHistogramFacet.Entry
public double getMax()
DateHistogramFacet.Entry
getMax
in interface DateHistogramFacet.Entry
Copyright © 2009–2015. All rights reserved.