public static class InternalFullHistogramFacet.FullEntry extends Object implements HistogramFacet.Entry
Constructor and Description |
---|
FullEntry(long key,
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".
|
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 FullEntry(long key, long count, double min, double max, long totalCount, double total)
public long getKey()
HistogramFacet.Entry
getKey
in interface HistogramFacet.Entry
public long getCount()
HistogramFacet.Entry
getCount
in interface HistogramFacet.Entry
public double getTotal()
HistogramFacet.Entry
getTotal
in interface HistogramFacet.Entry
public long getTotalCount()
HistogramFacet.Entry
getTotalCount
in interface HistogramFacet.Entry
public double getMean()
HistogramFacet.Entry
getMean
in interface HistogramFacet.Entry
public double getMin()
HistogramFacet.Entry
getMin
in interface HistogramFacet.Entry
public double getMax()
HistogramFacet.Entry
getMax
in interface HistogramFacet.Entry
Copyright © 2009–2015. All rights reserved.