public class RangeFacetItem extends java.lang.Object implements FacetResultItem
RangeFacetResultRaw
).Modifier and Type | Method and Description |
---|---|
int |
getCount()
Number of results that fall into this range.
|
double |
getFrom()
The lower endpoint of this range.
|
double |
getMax()
Maximum value that falls into this range, or 0 if none.
|
double |
getMean()
Arithmetic mean of values that fall into this range, or 0 if none.
|
double |
getMin()
Minimum value that falls into this range, or 0 if none.
|
double |
getSum()
Sum of values that fall into this range, or 0 if none.
|
double |
getTo()
The upper endpoint of this range.
|
int |
getTotalCount() |
java.lang.String |
toString() |
public double getFrom()
public double getTo()
public int getCount()
public int getTotalCount()
public double getSum()
public double getMin()
public double getMax()
public double getMean()
public java.lang.String toString()
toString
in class java.lang.Object