HistogramAggregationBuilder |
HistogramAggregationBuilder.extendedBounds(double minBound,
double maxBound) |
Set extended bounds on this builder: buckets between minBound and
maxBound will be created even if no documents fell into these
buckets.
|
HistogramAggregationBuilder |
HistogramAggregationBuilder.interval(double interval) |
Set the interval on this builder, and return the builder so that calls can be chained.
|
HistogramAggregationBuilder |
HistogramAggregationBuilder.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.
|
HistogramAggregationBuilder |
HistogramAggregationBuilder.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.
|
HistogramAggregationBuilder |
HistogramAggregationBuilder.offset(double offset) |
Set the offset on this builder, and return the builder so that calls can be chained.
|
HistogramAggregationBuilder |
HistogramAggregationBuilder.order(List<BucketOrder> orders) |
Sets the order in which the buckets will be returned.
|
HistogramAggregationBuilder |
HistogramAggregationBuilder.order(BucketOrder order) |
Set a new order on this builder and return the builder so that calls
can be chained.
|
static HistogramAggregationBuilder |
HistogramAggregationBuilder.parse(String aggregationName,
XContentParser parser) |
|