Package org.elasticsearch.search.facet.histogram

Interface Summary
HistogramFacet Numeric histogram facet.
 

Class Summary
HistogramFacet.Entry A histogram entry representing a single entry within the result of a histogram facet.
HistogramFacetBuilder A facet builder of histogram facets.
HistogramFacetCollector A histogram facet collector that uses the same field as the key as well as the value.
HistogramFacetCollector.HistogramProc  
HistogramFacetCollectorParser  
HistogramScriptFacetBuilder  
InternalHistogramFacet  
KeyValueHistogramFacetCollector A histogram facet collector that uses different fields for the key and the value.
KeyValueScriptHistogramFacetCollector A histogram facet collector that uses the same field as the key as well as the value.
KeyValueScriptHistogramFacetCollector.HistogramProc  
ScriptHistogramFacetCollector  
 

Enum Summary
HistogramFacet.ComparatorType