public static class InternalCountHistogramFacet.CountEntry extends Object implements HistogramFacet.Entry
| Constructor and Description |
|---|
CountEntry(long key,
long count) |
| 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.
|
public long getKey()
HistogramFacet.EntrygetKey in interface HistogramFacet.Entrypublic long getCount()
HistogramFacet.EntrygetCount in interface HistogramFacet.Entrypublic double getTotal()
HistogramFacet.EntrygetTotal in interface HistogramFacet.Entrypublic long getTotalCount()
HistogramFacet.EntrygetTotalCount in interface HistogramFacet.Entrypublic double getMean()
HistogramFacet.EntrygetMean in interface HistogramFacet.Entrypublic double getMin()
HistogramFacet.EntrygetMin in interface HistogramFacet.Entrypublic double getMax()
HistogramFacet.EntrygetMax in interface HistogramFacet.EntryCopyright © 2009–2016. All rights reserved.