public static class GeoDistanceFacet.Entry extends Object
Constructor and Description |
---|
Entry(double from,
double to,
long count,
long totalCount,
double total,
double min,
double max) |
Modifier and Type | Method and Description |
---|---|
long |
getCount() |
double |
getFrom() |
double |
getMax() |
double |
getMean()
The mean of this facet interval.
|
double |
getMin() |
double |
getTo() |
double |
getTotal() |
long |
getTotalCount() |
public Entry(double from, double to, long count, long totalCount, double total, double min, double max)
public double getFrom()
public double getTo()
public long getCount()
public long getTotalCount()
public double getTotal()
public double getMean()
public double getMin()
public double getMax()
Copyright © 2009–2015. All rights reserved.