org.elasticsearch.search.facet.histogram
Interface HistogramFacet

All Superinterfaces:
Facet, Iterable<HistogramFacet.Entry>
All Known Implementing Classes:
InternalBoundedCountHistogramFacet, InternalBoundedFullHistogramFacet, InternalCountHistogramFacet, InternalFullHistogramFacet, InternalHistogramFacet

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

Numeric histogram facet.


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


getEntries

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



Copyright © 2009-2012. All Rights Reserved.