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

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

public static class RangeFacet.Entry
extends Object


Method Summary
 long count()
           
 double from()
           
 String fromAsString()
           
 long getCount()
           
 double getFrom()
           
 String getFromAsString()
           
 double getMax()
           
 double getMean()
          The mean of this facet interval.
 double getMin()
           
 double getTo()
           
 String getToAsString()
           
 double getTotal()
           
 long getTotalCount()
           
 double max()
           
 double mean()
          The mean of this facet interval.
 double min()
           
 double to()
           
 String toAsString()
           
 double total()
           
 long totalCount()
           
 
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 String fromAsString()

getFromAsString

public String getFromAsString()

to

public double to()

getTo

public double getTo()

toAsString

public String toAsString()

getToAsString

public String getToAsString()

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.