Uses of Interface
org.elasticsearch.search.facet.histogram.HistogramFacet.Entry

Packages that use HistogramFacet.Entry
org.elasticsearch.search.facet.histogram   
org.elasticsearch.search.facet.histogram.bounded   
org.elasticsearch.search.facet.histogram.unbounded   
 

Uses of HistogramFacet.Entry in org.elasticsearch.search.facet.histogram
 

Methods in org.elasticsearch.search.facet.histogram that return types with arguments of type HistogramFacet.Entry
 Comparator<HistogramFacet.Entry> HistogramFacet.ComparatorType.comparator()
           
 List<? extends HistogramFacet.Entry> HistogramFacet.entries()
          An ordered list of histogram facet entries.
 List<? extends HistogramFacet.Entry> HistogramFacet.getEntries()
          An ordered list of histogram facet entries.
 

Uses of HistogramFacet.Entry in org.elasticsearch.search.facet.histogram.bounded
 

Classes in org.elasticsearch.search.facet.histogram.bounded that implement HistogramFacet.Entry
static class InternalBoundedCountHistogramFacet.CountEntry
          A histogram entry representing a single entry within the result of a histogram facet.
static class InternalBoundedFullHistogramFacet.FullEntry
          A histogram entry representing a single entry within the result of a histogram facet.
 

Methods in org.elasticsearch.search.facet.histogram.bounded that return types with arguments of type HistogramFacet.Entry
 Iterator<HistogramFacet.Entry> InternalBoundedCountHistogramFacet.iterator()
           
 Iterator<HistogramFacet.Entry> InternalBoundedFullHistogramFacet.iterator()
           
 

Uses of HistogramFacet.Entry in org.elasticsearch.search.facet.histogram.unbounded
 

Classes in org.elasticsearch.search.facet.histogram.unbounded that implement HistogramFacet.Entry
static class InternalCountHistogramFacet.CountEntry
          A histogram entry representing a single entry within the result of a histogram facet.
static class InternalFullHistogramFacet.FullEntry
          A histogram entry representing a single entry within the result of a histogram facet.
 

Methods in org.elasticsearch.search.facet.histogram.unbounded that return types with arguments of type HistogramFacet.Entry
 Iterator<HistogramFacet.Entry> InternalFullHistogramFacet.iterator()
           
 Iterator<HistogramFacet.Entry> InternalCountHistogramFacet.iterator()
           
 



Copyright © 2009-2012. All Rights Reserved.