org.elasticsearch.search.facet.geodistance
Class GeoDistanceFacet.Entry

java.lang.Object
  extended by org.elasticsearch.search.facet.geodistance.GeoDistanceFacet.Entry
Enclosing interface:
GeoDistanceFacet

public static class GeoDistanceFacet.Entry
extends Object


Constructor Summary
GeoDistanceFacet.Entry(double from, double to, long count, long totalCount, double total, double min, double max)
           
 
Method Summary
 long count()
           
 double from()
           
 long getCount()
           
 double getFrom()
           
 double getMax()
           
 double getMean()
          The mean of this facet interval.
 double getMin()
           
 double getTo()
           
 double getTotal()
           
 long getTotalCount()
           
 double max()
           
 double mean()
          The mean of this facet interval.
 double min()
           
 double to()
           
 double total()
           
 long totalCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoDistanceFacet.Entry

public GeoDistanceFacet.Entry(double from,
                              double to,
                              long count,
                              long totalCount,
                              double total,
                              double min,
                              double max)
Method Detail

from

public double from()

getFrom

public double getFrom()

to

public double to()

getTo

public double getTo()

count

public long count()

getCount

public long getCount()

totalCount

public long totalCount()

getTotalCount

public long getTotalCount()

total

public double total()

getTotal

public double getTotal()

mean

public double mean()
The mean of this facet interval.


getMean

public double getMean()
The mean of this facet interval.


min

public double min()

getMin

public double getMin()

max

public double max()

getMax

public double getMax()


Copyright © 2009-2012. All Rights Reserved.