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