Package org.elasticsearch.search.aggregations.bucket
package org.elasticsearch.search.aggregations.bucket
-
InterfaceDescriptionAn aggregation that returns multiple bucketsA bucket represents a criteria to which all documents that fall in it adhere to.A single bucket aggregationA bucket aggregator that doesn't create new buckets.
-
ClassDescriptionA specialization of
DeferringBucketCollector
that collects all matches and then is able to replay a given subset of buckets which represent the survivors from a pruning process performed by the aggregator that owns this collector.Helper functions for common Bucketing functionsABucketCollector
that records collected doc IDs and buckets and allows to replay a subset of the collected buckets.An implementation of a doc_count provider that reads the value of the _doc_count field in the document.A base class for all the single bucket aggregations.A base class for all the single bucket aggregations.