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

Packages that use TermsStatsFacet.Entry
org.elasticsearch.search.facet.termsstats   
org.elasticsearch.search.facet.termsstats.doubles   
org.elasticsearch.search.facet.termsstats.longs   
org.elasticsearch.search.facet.termsstats.strings   
 

Uses of TermsStatsFacet.Entry in org.elasticsearch.search.facet.termsstats
 

Methods in org.elasticsearch.search.facet.termsstats that return types with arguments of type TermsStatsFacet.Entry
 Comparator<TermsStatsFacet.Entry> TermsStatsFacet.ComparatorType.comparator()
           
 List<? extends TermsStatsFacet.Entry> TermsStatsFacet.entries()
          The terms and counts.
 List<? extends TermsStatsFacet.Entry> TermsStatsFacet.getEntries()
          The terms and counts.
 

Uses of TermsStatsFacet.Entry in org.elasticsearch.search.facet.termsstats.doubles
 

Classes in org.elasticsearch.search.facet.termsstats.doubles that implement TermsStatsFacet.Entry
static class InternalTermsStatsDoubleFacet.DoubleEntry
           
 

Methods in org.elasticsearch.search.facet.termsstats.doubles that return types with arguments of type TermsStatsFacet.Entry
 Iterator<TermsStatsFacet.Entry> InternalTermsStatsDoubleFacet.iterator()
           
 

Methods in org.elasticsearch.search.facet.termsstats.doubles with parameters of type TermsStatsFacet.Entry
 int InternalTermsStatsDoubleFacet.DoubleEntry.compareTo(TermsStatsFacet.Entry o)
           
 

Uses of TermsStatsFacet.Entry in org.elasticsearch.search.facet.termsstats.longs
 

Classes in org.elasticsearch.search.facet.termsstats.longs that implement TermsStatsFacet.Entry
static class InternalTermsStatsLongFacet.LongEntry
           
 

Methods in org.elasticsearch.search.facet.termsstats.longs that return types with arguments of type TermsStatsFacet.Entry
 Iterator<TermsStatsFacet.Entry> InternalTermsStatsLongFacet.iterator()
           
 

Methods in org.elasticsearch.search.facet.termsstats.longs with parameters of type TermsStatsFacet.Entry
 int InternalTermsStatsLongFacet.LongEntry.compareTo(TermsStatsFacet.Entry o)
           
 

Uses of TermsStatsFacet.Entry in org.elasticsearch.search.facet.termsstats.strings
 

Classes in org.elasticsearch.search.facet.termsstats.strings that implement TermsStatsFacet.Entry
static class InternalTermsStatsStringFacet.StringEntry
           
 

Methods in org.elasticsearch.search.facet.termsstats.strings that return types with arguments of type TermsStatsFacet.Entry
 Iterator<TermsStatsFacet.Entry> InternalTermsStatsStringFacet.iterator()
           
 

Methods in org.elasticsearch.search.facet.termsstats.strings with parameters of type TermsStatsFacet.Entry
 int InternalTermsStatsStringFacet.StringEntry.compareTo(TermsStatsFacet.Entry o)
           
 



Copyright © 2009-2012. All Rights Reserved.