public static interface HistogramFacet.Entry
Modifier and Type | Method and Description |
---|---|
long |
getCount()
The number of hits that fall within that key "range" or "interval".
|
long |
getKey()
The key value of the histogram.
|
double |
getMax()
The maximum value.
|
double |
getMean()
The mean of this facet interval.
|
double |
getMin()
The minimum value.
|
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.
|
long getKey()
long getCount()
long getTotalCount()
double getTotal()
double getMean()
double getMin()
double getMax()
Copyright © 2009–2015. All rights reserved.