public class NumberRangeFacetItem extends java.lang.Object implements FacetResultItem
NumberRangeFacetResult
).Modifier and Type | Method and Description |
---|---|
int |
getCount()
Number of resources that fall into this range.
|
java.lang.Double |
getFrom()
The lower endpoint of this range.
|
java.lang.Double |
getMean()
Arithmetic mean of values that fall into this range.
|
java.lang.Double |
getTo()
The upper endpoint of this range.
|
java.lang.String |
toString() |
public java.lang.Double getFrom()
public java.lang.Double getTo()
public java.lang.Double getMean()
public int getCount()
public java.lang.String toString()
toString
in class java.lang.Object