DateHistogramAggregationBuilder |
DateHistogramAggregationBuilder.calendarInterval(DateHistogramInterval interval) |
Sets the interval of the DateHistogram using calendar units (`1d`, `1w`, `1M`, etc).
|
DateHistogramAggregationBuilder |
DateHistogramAggregationBuilder.dateHistogramInterval(DateHistogramInterval interval) |
Deprecated.
|
DateHistogramAggregationBuilder |
DateHistogramAggregationBuilder.extendedBounds(ExtendedBounds extendedBounds) |
Set extended bounds on this histogram, so that buckets would also be
generated on intervals that did not match any documents.
|
DateHistogramAggregationBuilder |
DateHistogramAggregationBuilder.fixedInterval(DateHistogramInterval interval) |
Sets the interval of the DateHistogram using fixed units (`1ms`, `1s`, `10m`, `4h`, etc).
|
DateHistogramAggregationBuilder |
DateHistogramAggregationBuilder.interval(long interval) |
Deprecated.
|
DateHistogramAggregationBuilder |
DateHistogramAggregationBuilder.keyed(boolean keyed) |
Set whether to return buckets as a hash or as an array, and return the
builder so that calls can be chained.
|
DateHistogramAggregationBuilder |
DateHistogramAggregationBuilder.minDocCount(long minDocCount) |
Set the minimum count of matching documents that buckets need to have
and return this builder so that calls can be chained.
|
DateHistogramAggregationBuilder |
DateHistogramAggregationBuilder.offset(long offset) |
Set the offset on this builder, which is a number of milliseconds, and
return the builder so that calls can be chained.
|
DateHistogramAggregationBuilder |
DateHistogramAggregationBuilder.offset(String offset) |
Set the offset on this builder, as a time value, and
return the builder so that calls can be chained.
|
DateHistogramAggregationBuilder |
DateHistogramAggregationBuilder.order(List<BucketOrder> orders) |
Sets the order in which the buckets will be returned.
|
DateHistogramAggregationBuilder |
DateHistogramAggregationBuilder.order(BucketOrder order) |
Set a new order on this builder and return the builder so that calls
can be chained.
|
static DateHistogramAggregationBuilder |
DateHistogramAggregationBuilder.parse(String aggregationName,
XContentParser parser) |
|