Uses of Class
org.elasticsearch.search.aggregations.LeafBucketCollector
-
-
Uses of LeafBucketCollector in org.elasticsearch.search.aggregations
Subclasses of LeafBucketCollector in org.elasticsearch.search.aggregations Modifier and Type Class Description classLeafBucketCollectorBaseALeafBucketCollectorthat delegates all calls to the sub leaf aggregator and sets the scorer on its source of values if it implementsScorerAware.Fields in org.elasticsearch.search.aggregations declared as LeafBucketCollector Modifier and Type Field Description static LeafBucketCollectorLeafBucketCollector. NO_OP_COLLECTORMethods in org.elasticsearch.search.aggregations that return LeafBucketCollector Modifier and Type Method Description LeafBucketCollectorAggregatorBase. getLeafCollector(LeafReaderContext ctx)protected abstract LeafBucketCollectorAggregatorBase. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)Get aLeafBucketCollectorfor the given ctx, which should delegate to the given collector.LeafBucketCollectorAggregatorFactory.MultiBucketAggregatorWrapper. getLeafCollector(LeafReaderContext ctx)abstract LeafBucketCollectorBucketCollector. getLeafCollector(LeafReaderContext ctx)LeafBucketCollectorMultiBucketCollector. getLeafCollector(LeafReaderContext context)LeafBucketCollectorNonCollectingAggregator. getLeafCollector(LeafReaderContext reader, LeafBucketCollector sub)static LeafBucketCollectorLeafBucketCollector. wrap(Iterable<LeafBucketCollector> collectors)Methods in org.elasticsearch.search.aggregations with parameters of type LeafBucketCollector Modifier and Type Method Description protected abstract LeafBucketCollectorAggregatorBase. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)Get aLeafBucketCollectorfor the given ctx, which should delegate to the given collector.LeafBucketCollectorNonCollectingAggregator. getLeafCollector(LeafReaderContext reader, LeafBucketCollector sub)Method parameters in org.elasticsearch.search.aggregations with type arguments of type LeafBucketCollector Modifier and Type Method Description static LeafBucketCollectorLeafBucketCollector. wrap(Iterable<LeafBucketCollector> collectors)Constructors in org.elasticsearch.search.aggregations with parameters of type LeafBucketCollector Constructor Description LeafBucketCollectorBase(LeafBucketCollector sub, Object values) -
Uses of LeafBucketCollector in org.elasticsearch.search.aggregations.bucket
Methods in org.elasticsearch.search.aggregations.bucket that return LeafBucketCollector Modifier and Type Method Description LeafBucketCollectorBestBucketsDeferringCollector. getLeafCollector(LeafReaderContext ctx)LeafBucketCollectorDeferringBucketCollector.WrappedAggregator. getLeafCollector(LeafReaderContext ctx)Methods in org.elasticsearch.search.aggregations.bucket with parameters of type LeafBucketCollector Modifier and Type Method Description voidBucketsAggregator. collectBucket(LeafBucketCollector subCollector, int doc, long bucketOrd)Utility method to collect the given doc in the given bucket (identified by the bucket ordinal)voidBucketsAggregator. collectExistingBucket(LeafBucketCollector subCollector, int doc, long bucketOrd)Same asBucketsAggregator.collectBucket(LeafBucketCollector, int, long), but doesn't check if the docCounts needs to be re-sized. -
Uses of LeafBucketCollector in org.elasticsearch.search.aggregations.bucket.adjacency
Methods in org.elasticsearch.search.aggregations.bucket.adjacency that return LeafBucketCollector Modifier and Type Method Description LeafBucketCollectorAdjacencyMatrixAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)Methods in org.elasticsearch.search.aggregations.bucket.adjacency with parameters of type LeafBucketCollector Modifier and Type Method Description LeafBucketCollectorAdjacencyMatrixAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub) -
Uses of LeafBucketCollector in org.elasticsearch.search.aggregations.bucket.filter
Methods in org.elasticsearch.search.aggregations.bucket.filter that return LeafBucketCollector Modifier and Type Method Description LeafBucketCollectorFilterAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)LeafBucketCollectorFiltersAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)Methods in org.elasticsearch.search.aggregations.bucket.filter with parameters of type LeafBucketCollector Modifier and Type Method Description LeafBucketCollectorFilterAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)LeafBucketCollectorFiltersAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub) -
Uses of LeafBucketCollector in org.elasticsearch.search.aggregations.bucket.geogrid
Methods in org.elasticsearch.search.aggregations.bucket.geogrid that return LeafBucketCollector Modifier and Type Method Description LeafBucketCollectorGeoGridAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)Methods in org.elasticsearch.search.aggregations.bucket.geogrid with parameters of type LeafBucketCollector Modifier and Type Method Description LeafBucketCollectorGeoGridAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub) -
Uses of LeafBucketCollector in org.elasticsearch.search.aggregations.bucket.global
Methods in org.elasticsearch.search.aggregations.bucket.global that return LeafBucketCollector Modifier and Type Method Description LeafBucketCollectorGlobalAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)Methods in org.elasticsearch.search.aggregations.bucket.global with parameters of type LeafBucketCollector Modifier and Type Method Description LeafBucketCollectorGlobalAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub) -
Uses of LeafBucketCollector in org.elasticsearch.search.aggregations.bucket.histogram
Methods in org.elasticsearch.search.aggregations.bucket.histogram that return LeafBucketCollector Modifier and Type Method Description protected LeafBucketCollectorRangeHistogramAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)Methods in org.elasticsearch.search.aggregations.bucket.histogram with parameters of type LeafBucketCollector Modifier and Type Method Description protected LeafBucketCollectorRangeHistogramAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub) -
Uses of LeafBucketCollector in org.elasticsearch.search.aggregations.bucket.missing
Methods in org.elasticsearch.search.aggregations.bucket.missing that return LeafBucketCollector Modifier and Type Method Description LeafBucketCollectorMissingAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)Methods in org.elasticsearch.search.aggregations.bucket.missing with parameters of type LeafBucketCollector Modifier and Type Method Description LeafBucketCollectorMissingAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub) -
Uses of LeafBucketCollector in org.elasticsearch.search.aggregations.bucket.nested
Methods in org.elasticsearch.search.aggregations.bucket.nested that return LeafBucketCollector Modifier and Type Method Description LeafBucketCollectorNestedAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)protected LeafBucketCollectorReverseNestedAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)Methods in org.elasticsearch.search.aggregations.bucket.nested with parameters of type LeafBucketCollector Modifier and Type Method Description LeafBucketCollectorNestedAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)protected LeafBucketCollectorReverseNestedAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub) -
Uses of LeafBucketCollector in org.elasticsearch.search.aggregations.bucket.range
Methods in org.elasticsearch.search.aggregations.bucket.range that return LeafBucketCollector Modifier and Type Method Description protected LeafBucketCollectorBinaryRangeAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)LeafBucketCollectorRangeAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)Methods in org.elasticsearch.search.aggregations.bucket.range with parameters of type LeafBucketCollector Modifier and Type Method Description protected LeafBucketCollectorBinaryRangeAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)LeafBucketCollectorRangeAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub) -
Uses of LeafBucketCollector in org.elasticsearch.search.aggregations.bucket.sampler
Methods in org.elasticsearch.search.aggregations.bucket.sampler that return LeafBucketCollector Modifier and Type Method Description LeafBucketCollectorBestDocsDeferringCollector. getLeafCollector(LeafReaderContext ctx)protected LeafBucketCollectorSamplerAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)Methods in org.elasticsearch.search.aggregations.bucket.sampler with parameters of type LeafBucketCollector Modifier and Type Method Description protected LeafBucketCollectorSamplerAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub) -
Uses of LeafBucketCollector in org.elasticsearch.search.aggregations.bucket.significant
Methods in org.elasticsearch.search.aggregations.bucket.significant that return LeafBucketCollector Modifier and Type Method Description LeafBucketCollectorGlobalOrdinalsSignificantTermsAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)LeafBucketCollectorSignificantLongTermsAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)LeafBucketCollectorSignificantStringTermsAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)LeafBucketCollectorSignificantTextAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)Methods in org.elasticsearch.search.aggregations.bucket.significant with parameters of type LeafBucketCollector Modifier and Type Method Description LeafBucketCollectorGlobalOrdinalsSignificantTermsAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)LeafBucketCollectorSignificantLongTermsAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)LeafBucketCollectorSignificantStringTermsAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)LeafBucketCollectorSignificantTextAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub) -
Uses of LeafBucketCollector in org.elasticsearch.search.aggregations.bucket.terms
Methods in org.elasticsearch.search.aggregations.bucket.terms that return LeafBucketCollector Modifier and Type Method Description LeafBucketCollectorGlobalOrdinalsStringTermsAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)LeafBucketCollectorLongRareTermsAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)LeafBucketCollectorLongTermsAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)LeafBucketCollectorStringRareTermsAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)LeafBucketCollectorStringTermsAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)Methods in org.elasticsearch.search.aggregations.bucket.terms with parameters of type LeafBucketCollector Modifier and Type Method Description LeafBucketCollectorGlobalOrdinalsStringTermsAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)LeafBucketCollectorLongRareTermsAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)LeafBucketCollectorLongTermsAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)LeafBucketCollectorStringRareTermsAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)LeafBucketCollectorStringTermsAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub) -
Uses of LeafBucketCollector in org.elasticsearch.search.aggregations.metrics
Methods in org.elasticsearch.search.aggregations.metrics that return LeafBucketCollector Modifier and Type Method Description protected LeafBucketCollectorMedianAbsoluteDeviationAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)Methods in org.elasticsearch.search.aggregations.metrics with parameters of type LeafBucketCollector Modifier and Type Method Description protected LeafBucketCollectorMedianAbsoluteDeviationAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub) -
Uses of LeafBucketCollector in org.elasticsearch.search.profile.aggregation
Subclasses of LeafBucketCollector in org.elasticsearch.search.profile.aggregation Modifier and Type Class Description classProfilingLeafBucketCollectorMethods in org.elasticsearch.search.profile.aggregation that return LeafBucketCollector Modifier and Type Method Description LeafBucketCollectorProfilingAggregator. getLeafCollector(LeafReaderContext ctx)Constructors in org.elasticsearch.search.profile.aggregation with parameters of type LeafBucketCollector Constructor Description ProfilingLeafBucketCollector(LeafBucketCollector delegate, AggregationProfileBreakdown profileBreakdown)
-