org.elasticsearch.search.facet.datehistogram
Interface DateHistogramFacet

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

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

A date histogram facet.


Nested Class Summary
static class DateHistogramFacet.ComparatorType
           
static interface DateHistogramFacet.Entry
           
 
Field Summary
static String TYPE
          The type of the filter facet.
 
Method Summary
 List<? extends DateHistogramFacet.Entry> entries()
          An ordered list of histogram facet entries.
 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 String TYPE
The type of the filter facet.

See Also:
Constant Field Values
Method Detail

entries

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


getEntries

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



Copyright © 2009-2012. All Rights Reserved.