Package org.elasticsearch.search.aggregations.bucket.sampler
package org.elasticsearch.search.aggregations.bucket.sampler
-
InterfaceDescriptionA
filter
aggregation that defines a single bucket to hold a sample of top-matching documents. -
ClassDescriptionA specialization of
DeferringBucketCollector
that 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.