org.elasticsearch.search.facet.termsstats
Interface TermsStatsFacet.Entry

All Superinterfaces:
Comparable<TermsStatsFacet.Entry>
All Known Implementing Classes:
InternalTermsStatsDoubleFacet.DoubleEntry, InternalTermsStatsLongFacet.LongEntry, InternalTermsStatsStringFacet.StringEntry
Enclosing interface:
TermsStatsFacet

public static interface TermsStatsFacet.Entry
extends Comparable<TermsStatsFacet.Entry>


Method Summary
 long count()
           
 long getCount()
           
 double getMax()
           
 double getMean()
           
 double getMin()
           
 String getTerm()
           
 Number getTermAsNumber()
           
 double getTotal()
           
 long getTotalCount()
           
 double max()
           
 double mean()
           
 double min()
           
 String term()
           
 Number termAsNumber()
           
 double total()
           
 long totalCount()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

term

String term()

getTerm

String getTerm()

termAsNumber

Number termAsNumber()

getTermAsNumber

Number getTermAsNumber()

count

long count()

getCount

long getCount()

totalCount

long totalCount()

getTotalCount

long getTotalCount()

min

double min()

getMin

double getMin()

max

double max()

getMax

double getMax()

total

double total()

getTotal

double getTotal()

mean

double mean()

getMean

double getMean()


Copyright © 2009-2012. All Rights Reserved.