public abstract class HistogramResult extends IndexQueryResult
| Constructor and Description |
|---|
HistogramResult(String originalQuery,
org.elasticsearch.common.bytes.BytesReference builtQuery,
org.elasticsearch.common.unit.TimeValue took) |
| Modifier and Type | Method and Description |
|---|---|
AbsoluteRange |
getHistogramBoundaries() |
abstract Searches.DateHistogramInterval |
getInterval() |
abstract Map |
getResults() |
buildResults, getBuiltQuery, getOriginalQuery, tookpublic HistogramResult(String originalQuery, org.elasticsearch.common.bytes.BytesReference builtQuery, org.elasticsearch.common.unit.TimeValue took)
public abstract Searches.DateHistogramInterval getInterval()
public abstract Map getResults()
public AbsoluteRange getHistogramBoundaries()
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.