org.elasticsearch.search.facets.range
Class RangeFacet.Entry

java.lang.Object
  extended by org.elasticsearch.search.facets.range.RangeFacet.Entry
Enclosing interface:
RangeFacet

public static class RangeFacet.Entry
extends java.lang.Object


Method Summary
 long count()
           
 double from()
           
 java.lang.String fromAsString()
           
 long getCount()
           
 double getFrom()
           
 java.lang.String getFromAsString()
           
 double getMean()
          The mean of this facet interval.
 double getTo()
           
 java.lang.String getToAsString()
           
 double getTotal()
           
 double mean()
          The mean of this facet interval.
 double to()
           
 java.lang.String toAsString()
           
 double total()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

from

public double from()

getFrom

public double getFrom()

fromAsString

public java.lang.String fromAsString()

getFromAsString

public java.lang.String getFromAsString()

to

public double to()

getTo

public double getTo()

toAsString

public java.lang.String toAsString()

getToAsString

public java.lang.String getToAsString()

count

public long count()

getCount

public long getCount()

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.