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() |
getHistogramBoundaries
getBuiltQuery, getOriginalQuery, tookMs
public FieldHistogramResult(io.searchbox.core.search.aggregation.HistogramAggregation histogramAggregation, String originalQuery, String builtQuery, Searches.DateHistogramInterval interval, long tookMs)
public Searches.DateHistogramInterval getInterval()
getInterval
in class HistogramResult
public Map getResults()
getResults
in class HistogramResult
public static HistogramResult empty(String originalQuery, String builtQuery, Searches.DateHistogramInterval interval)
Copyright © 2012–2018 Graylog, Inc.. All rights reserved.