Uses of Class
org.elasticsearch.search.aggregations.BucketCollector
-
-
Uses of BucketCollector in org.elasticsearch.search.aggregations
Subclasses of BucketCollector in org.elasticsearch.search.aggregations Modifier and Type Class Description classAggregatorAn Aggregator.classAggregatorBaseBase implementation for concrete aggregators.static classAggregatorFactory.MultiBucketAggregatorWrapperclassMultiBucketCollectorABucketCollectorwhich allows running a bucket collection with severalBucketCollectors.classNonCollectingAggregatorAn aggregator that is not collected, this can typically be used when running an aggregation over a field that doesn't have a mapping.Fields in org.elasticsearch.search.aggregations declared as BucketCollector Modifier and Type Field Description protected BucketCollectorAggregatorBase. collectableSubAggregatorsstatic BucketCollectorBucketCollector. NO_OP_COLLECTORMethods in org.elasticsearch.search.aggregations that return BucketCollector Modifier and Type Method Description static BucketCollectorMultiBucketCollector. wrap(Iterable<? extends BucketCollector> collectors)Wraps a list ofBucketCollectors with aMultiBucketCollector.static BucketCollectorMultiBucketCollector. wrap(BucketCollector... collectors)Methods in org.elasticsearch.search.aggregations with parameters of type BucketCollector Modifier and Type Method Description static BucketCollectorMultiBucketCollector. wrap(BucketCollector... collectors)Method parameters in org.elasticsearch.search.aggregations with type arguments of type BucketCollector Modifier and Type Method Description static BucketCollectorMultiBucketCollector. wrap(Iterable<? extends BucketCollector> collectors)Wraps a list ofBucketCollectors with aMultiBucketCollector. -
Uses of BucketCollector in org.elasticsearch.search.aggregations.bucket
Subclasses of BucketCollector in org.elasticsearch.search.aggregations.bucket Modifier and Type Class Description classBestBucketsDeferringCollectorA specialization ofDeferringBucketCollectorthat 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.classBucketsAggregatorclassDeferableBucketAggregatorclassDeferringBucketCollectorABucketCollectorthat records collected doc IDs and buckets and allows to replay a subset of the collected buckets.protected classDeferringBucketCollector.WrappedAggregatorclassMergingBucketsDeferringCollectorA specialization ofBestBucketsDeferringCollectorthat collects all matches and then is able to replay a given subset of buckets.Fields in org.elasticsearch.search.aggregations.bucket declared as BucketCollector Modifier and Type Field Description protected BucketCollectorBestBucketsDeferringCollector. collectorMethod parameters in org.elasticsearch.search.aggregations.bucket with type arguments of type BucketCollector Modifier and Type Method Description voidBestBucketsDeferringCollector. setDeferredCollector(Iterable<BucketCollector> deferredCollectors)Set the deferred collectors.abstract voidDeferringBucketCollector. setDeferredCollector(Iterable<BucketCollector> deferredCollectors)Set the deferred collectors. -
Uses of BucketCollector in org.elasticsearch.search.aggregations.bucket.adjacency
Subclasses of BucketCollector in org.elasticsearch.search.aggregations.bucket.adjacency Modifier and Type Class Description classAdjacencyMatrixAggregatorAggregation for adjacency matrices. -
Uses of BucketCollector in org.elasticsearch.search.aggregations.bucket.filter
Subclasses of BucketCollector in org.elasticsearch.search.aggregations.bucket.filter Modifier and Type Class Description classFilterAggregatorAggregate all docs that match a filter.classFiltersAggregator -
Uses of BucketCollector in org.elasticsearch.search.aggregations.bucket.geogrid
Subclasses of BucketCollector in org.elasticsearch.search.aggregations.bucket.geogrid Modifier and Type Class Description classGeoGridAggregator<T extends InternalGeoGrid>Aggregates data expressed as longs (for efficiency's sake) but formats results as aggregation-specific strings.classGeoHashGridAggregatorAggregates data expressed as GeoHash longs (for efficiency's sake) but formats results as Geohash strings.classGeoTileGridAggregatorAggregates data expressed as geotile longs (for efficiency's sake) but formats results as geotile strings. -
Uses of BucketCollector in org.elasticsearch.search.aggregations.bucket.global
Subclasses of BucketCollector in org.elasticsearch.search.aggregations.bucket.global Modifier and Type Class Description classGlobalAggregator -
Uses of BucketCollector in org.elasticsearch.search.aggregations.bucket.histogram
Subclasses of BucketCollector in org.elasticsearch.search.aggregations.bucket.histogram Modifier and Type Class Description classRangeHistogramAggregator -
Uses of BucketCollector in org.elasticsearch.search.aggregations.bucket.missing
Subclasses of BucketCollector in org.elasticsearch.search.aggregations.bucket.missing Modifier and Type Class Description classMissingAggregator -
Uses of BucketCollector in org.elasticsearch.search.aggregations.bucket.nested
Subclasses of BucketCollector in org.elasticsearch.search.aggregations.bucket.nested Modifier and Type Class Description classNestedAggregatorclassReverseNestedAggregator -
Uses of BucketCollector in org.elasticsearch.search.aggregations.bucket.range
Subclasses of BucketCollector in org.elasticsearch.search.aggregations.bucket.range Modifier and Type Class Description classBinaryRangeAggregatorA range aggregator for values that are stored in SORTED_SET doc values.classRangeAggregatorstatic classRangeAggregator.Unmapped<R extends RangeAggregator.Range> -
Uses of BucketCollector in org.elasticsearch.search.aggregations.bucket.sampler
Subclasses of BucketCollector in org.elasticsearch.search.aggregations.bucket.sampler Modifier and Type Class Description classBestDocsDeferringCollectorA specialization ofDeferringBucketCollectorthat collects all matches and then replays only the top scoring documents to child aggregations.classDiversifiedBytesHashSamplerAggregatorAlternative, faster implementation for converting String keys to longs but with the potential for hash collisions.classDiversifiedMapSamplerAggregatorclassDiversifiedNumericSamplerAggregatorclassDiversifiedOrdinalsSamplerAggregatorclassSamplerAggregatorAggregate on only the top-scoring docs on a shard.Method parameters in org.elasticsearch.search.aggregations.bucket.sampler with type arguments of type BucketCollector Modifier and Type Method Description voidBestDocsDeferringCollector. setDeferredCollector(Iterable<BucketCollector> deferredCollectors)Set the deferred collectors. -
Uses of BucketCollector in org.elasticsearch.search.aggregations.bucket.significant
Subclasses of BucketCollector in org.elasticsearch.search.aggregations.bucket.significant Modifier and Type Class Description classGlobalOrdinalsSignificantTermsAggregatorAn global ordinal based implementation of significant terms, based onSignificantStringTermsAggregator.classSignificantLongTermsAggregatorclassSignificantStringTermsAggregatorAn aggregator of significant string values.classSignificantTextAggregator -
Uses of BucketCollector in org.elasticsearch.search.aggregations.bucket.terms
Subclasses of BucketCollector in org.elasticsearch.search.aggregations.bucket.terms Modifier and Type Class Description classAbstractRareTermsAggregator<T extends ValuesSource,U extends IncludeExclude.Filter,V>classDoubleTermsAggregatorclassGlobalOrdinalsStringTermsAggregatorAn aggregator of string values that relies on global ordinals in order to build buckets.classLongRareTermsAggregatorAn aggregator that finds "rare" string values (e.g.classLongTermsAggregatorclassStringRareTermsAggregatorAn aggregator that finds "rare" string values (e.g.classStringTermsAggregatorAn aggregator of string values.classTermsAggregator -
Uses of BucketCollector in org.elasticsearch.search.aggregations.metrics
Subclasses of BucketCollector in org.elasticsearch.search.aggregations.metrics Modifier and Type Class Description classMedianAbsoluteDeviationAggregatorclassMetricsAggregatorclassNumericMetricsAggregatorstatic classNumericMetricsAggregator.MultiValuestatic classNumericMetricsAggregator.SingleValue -
Uses of BucketCollector in org.elasticsearch.search.profile.aggregation
Subclasses of BucketCollector in org.elasticsearch.search.profile.aggregation Modifier and Type Class Description classProfilingAggregator
-