Package | Description |
---|---|
org.elasticsearch.search.facet.datehistogram |
Modifier and Type | Method and Description |
---|---|
List<InternalFullDateHistogramFacet.FullEntry> |
InternalFullDateHistogramFacet.getEntries() |
Constructor and Description |
---|
DateHistogramProc(Rounding tzRounding,
com.carrotsearch.hppc.LongObjectOpenHashMap<InternalFullDateHistogramFacet.FullEntry> entries) |
DateHistogramProc(Rounding tzRounding,
SearchScript valueScript,
com.carrotsearch.hppc.LongObjectOpenHashMap<InternalFullDateHistogramFacet.FullEntry> entries) |
InternalFullDateHistogramFacet(String name,
DateHistogramFacet.ComparatorType comparatorType,
List<InternalFullDateHistogramFacet.FullEntry> entries) |
Copyright © 2009–2015. All rights reserved.