public class DateHistogramResult extends HistogramResult
| Constructor and Description |
|---|
DateHistogramResult(io.searchbox.core.search.aggregation.HistogramAggregation result,
String originalQuery,
String builtQuery,
Searches.DateHistogramInterval interval,
long tookMs) |
| Modifier and Type | Method and Description |
|---|---|
static DateHistogramResult |
empty(String originalQuery,
String builtQuery,
Searches.DateHistogramInterval interval) |
Searches.DateHistogramInterval |
getInterval() |
Map<Long,Long> |
getResults() |
getHistogramBoundariesgetBuiltQuery, getOriginalQuery, tookMspublic DateHistogramResult(io.searchbox.core.search.aggregation.HistogramAggregation result,
String originalQuery,
String builtQuery,
Searches.DateHistogramInterval interval,
long tookMs)
public static DateHistogramResult empty(String originalQuery, String builtQuery, Searches.DateHistogramInterval interval)
public Searches.DateHistogramInterval getInterval()
getInterval in class HistogramResultpublic Map<Long,Long> getResults()
getResults in class HistogramResultCopyright © 2012–2020 Graylog, Inc.. All rights reserved.