Uses of Interface
org.elasticsearch.search.facet.datehistogram.DateHistogramFacet.Entry

Packages that use DateHistogramFacet.Entry
org.elasticsearch.search.facet.datehistogram   
 

Uses of DateHistogramFacet.Entry in org.elasticsearch.search.facet.datehistogram
 

Classes in org.elasticsearch.search.facet.datehistogram that implement DateHistogramFacet.Entry
static class InternalCountDateHistogramFacet.CountEntry
          A histogram entry representing a single entry within the result of a histogram facet.
static class InternalFullDateHistogramFacet.FullEntry
          A histogram entry representing a single entry within the result of a histogram facet.
 

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



Copyright © 2009-2012. All Rights Reserved.