public class DateHistogramResult extends HistogramResult
Constructor and Description |
---|
DateHistogramResult(org.elasticsearch.search.facet.datehistogram.DateHistogramFacet 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() |
getHistogramBoundaries
buildResults, getBuiltQuery, getOriginalQuery, took
public DateHistogramResult(org.elasticsearch.search.facet.datehistogram.DateHistogramFacet 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 HistogramResult
public Map<Long,Long> getResults()
getResults
in class HistogramResult
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.