public class DateHistogramResult extends HistogramResult
| Constructor and Description |
|---|
DateHistogramResult(org.elasticsearch.search.aggregations.bucket.histogram.Histogram result,
String originalQuery,
org.elasticsearch.common.bytes.BytesReference builtQuery,
Searches.DateHistogramInterval interval,
org.elasticsearch.common.unit.TimeValue took) |
| Modifier and Type | Method and Description |
|---|---|
Searches.DateHistogramInterval |
getInterval() |
Map<Long,Long> |
getResults() |
getHistogramBoundariesbuildResults, getBuiltQuery, getOriginalQuery, tookpublic DateHistogramResult(org.elasticsearch.search.aggregations.bucket.histogram.Histogram result,
String originalQuery,
org.elasticsearch.common.bytes.BytesReference builtQuery,
Searches.DateHistogramInterval interval,
org.elasticsearch.common.unit.TimeValue took)
public Searches.DateHistogramInterval getInterval()
getInterval in class HistogramResultpublic Map<Long,Long> getResults()
getResults in class HistogramResultCopyright © 2012-2016 Graylog, Inc.. All Rights Reserved.