Package org.elasticsearch.search.aggregations.bucket.sampler
package org.elasticsearch.search.aggregations.bucket.sampler
-
Interface SummaryInterfaceDescriptionA
filteraggregation that defines a single bucket to hold a sample of top-matching documents. -
Class SummaryClassDescriptionA specialization of
DeferringBucketCollectorthat collects all matches and then replays only the top scoring documents to child aggregations.Alternative, faster implementation for converting String keys to longs but with the potential for hash collisions.Aggregate on only the top-scoring docs on a shard. -
Enum Class Summary