Interface | Description |
---|---|
MultiBucketsAggregation |
An aggregation that returns multiple buckets
|
MultiBucketsAggregation.Bucket |
A bucket represents a criteria to which all documents that fall in it adhere to.
|
SingleBucketAggregation |
A single bucket aggregation
|
Class | Description |
---|---|
BucketsAggregator | |
BucketUtils |
Helper functions for common Bucketing functions
|
DeferringBucketCollector |
Buffers the matches in a collect stream and can replay a subset of the collected buckets
to a deferred set of collectors.
|
InternalSingleBucketAggregation |
A base class for all the single bucket aggregations.
|
MultiBucketsAggregation.Bucket.SubAggregationComparator<B extends MultiBucketsAggregation.Bucket> | |
SingleBucketAggregator |
A bucket aggregator that doesn't create new buckets.
|
Copyright © 2009–2015. All rights reserved.