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