Package | Description |
---|---|
org.elasticsearch.search.facet.histogram |
Modifier and Type | Class and Description |
---|---|
static class |
InternalCountHistogramFacet.CountEntry
A histogram entry representing a single entry within the result of a histogram facet.
|
static class |
InternalFullHistogramFacet.FullEntry
A histogram entry representing a single entry within the result of a histogram facet.
|
Modifier and Type | Method and Description |
---|---|
Comparator<HistogramFacet.Entry> |
HistogramFacet.ComparatorType.comparator() |
List<? extends HistogramFacet.Entry> |
HistogramFacet.getEntries()
An ordered list of histogram facet entries.
|
Iterator<HistogramFacet.Entry> |
InternalCountHistogramFacet.iterator() |
Iterator<HistogramFacet.Entry> |
InternalFullHistogramFacet.iterator() |
Copyright © 2009–2015. All rights reserved.