org.elasticsearch.search.facet.datehistogram
Interface DateHistogramFacet

All Superinterfaces:
Facet, java.lang.Iterable<DateHistogramFacet.Entry>
All Known Implementing Classes:
InternalCountDateHistogramFacet, InternalDateHistogramFacet, InternalFullDateHistogramFacet

public interface DateHistogramFacet
extends Facet, java.lang.Iterable<DateHistogramFacet.Entry>

A date histogram facet.


Nested Class Summary
static class DateHistogramFacet.ComparatorType
           
static interface DateHistogramFacet.Entry
           
 
Field Summary
static java.lang.String TYPE
          The type of the filter facet.
 
Method Summary
 java.util.List<? extends DateHistogramFacet.Entry> entries()
          An ordered list of histogram facet entries.
 java.util.List<? extends DateHistogramFacet.Entry> getEntries()
          An ordered list of histogram facet entries.
 
Methods inherited from interface org.elasticsearch.search.facet.Facet
getName, getType, name, type
 
Methods inherited from interface java.lang.Iterable
iterator
 

Field Detail

TYPE

static final java.lang.String TYPE
The type of the filter facet.

See Also:
Constant Field Values
Method Detail

entries

java.util.List<? extends DateHistogramFacet.Entry> entries()
An ordered list of histogram facet entries.


getEntries

java.util.List<? extends DateHistogramFacet.Entry> getEntries()
An ordered list of histogram facet entries.