Uses of Class
org.elasticsearch.search.aggregations.InternalAggregation.ReduceContext
-
-
Uses of InternalAggregation.ReduceContext in org.elasticsearch.action.search
Constructor parameters in org.elasticsearch.action.search with type arguments of type InternalAggregation.ReduceContext Constructor Description SearchPhaseController(Function<Boolean,InternalAggregation.ReduceContext> reduceContextFunction)Constructor. -
Uses of InternalAggregation.ReduceContext in org.elasticsearch.search
Methods in org.elasticsearch.search that return InternalAggregation.ReduceContext Modifier and Type Method Description InternalAggregation.ReduceContextSearchService. createReduceContext(boolean finalReduce) -
Uses of InternalAggregation.ReduceContext in org.elasticsearch.search.aggregations
Methods in org.elasticsearch.search.aggregations with parameters of type InternalAggregation.ReduceContext Modifier and Type Method Description abstract InternalAggregationInternalAggregation. doReduce(List<InternalAggregation> aggregations, InternalAggregation.ReduceContext reduceContext)InternalAggregationInternalAggregation. reduce(List<InternalAggregation> aggregations, InternalAggregation.ReduceContext reduceContext)Reduces the given aggregations to a single one and returns it.static InternalAggregationsInternalAggregations. reduce(List<InternalAggregations> aggregationsList, InternalAggregation.ReduceContext context)Reduces the given list of aggregations as well as the top-level pipeline aggregators extracted from the firstInternalAggregationsobject found in the list.protected abstract BInternalMultiBucketAggregation. reduceBucket(List<B> buckets, InternalAggregation.ReduceContext context)Reduce a list of same-keyed buckets (from multiple shards) to a single bucket. -
Uses of InternalAggregation.ReduceContext in org.elasticsearch.search.aggregations.bucket
Methods in org.elasticsearch.search.aggregations.bucket with parameters of type InternalAggregation.ReduceContext Modifier and Type Method Description InternalAggregationInternalSingleBucketAggregation. doReduce(List<InternalAggregation> aggregations, InternalAggregation.ReduceContext reduceContext) -
Uses of InternalAggregation.ReduceContext in org.elasticsearch.search.aggregations.bucket.adjacency
Methods in org.elasticsearch.search.aggregations.bucket.adjacency with parameters of type InternalAggregation.ReduceContext Modifier and Type Method Description InternalAggregationInternalAdjacencyMatrix. doReduce(List<InternalAggregation> aggregations, InternalAggregation.ReduceContext reduceContext)protected InternalAdjacencyMatrix.InternalBucketInternalAdjacencyMatrix. reduceBucket(List<InternalAdjacencyMatrix.InternalBucket> buckets, InternalAggregation.ReduceContext context) -
Uses of InternalAggregation.ReduceContext in org.elasticsearch.search.aggregations.bucket.composite
Methods in org.elasticsearch.search.aggregations.bucket.composite with parameters of type InternalAggregation.ReduceContext Modifier and Type Method Description InternalAggregationInternalComposite. doReduce(List<InternalAggregation> aggregations, InternalAggregation.ReduceContext reduceContext)protected InternalComposite.InternalBucketInternalComposite. reduceBucket(List<InternalComposite.InternalBucket> buckets, InternalAggregation.ReduceContext context) -
Uses of InternalAggregation.ReduceContext in org.elasticsearch.search.aggregations.bucket.filter
Methods in org.elasticsearch.search.aggregations.bucket.filter with parameters of type InternalAggregation.ReduceContext Modifier and Type Method Description InternalAggregationInternalFilters. doReduce(List<InternalAggregation> aggregations, InternalAggregation.ReduceContext reduceContext)protected InternalFilters.InternalBucketInternalFilters. reduceBucket(List<InternalFilters.InternalBucket> buckets, InternalAggregation.ReduceContext context) -
Uses of InternalAggregation.ReduceContext in org.elasticsearch.search.aggregations.bucket.geogrid
Methods in org.elasticsearch.search.aggregations.bucket.geogrid with parameters of type InternalAggregation.ReduceContext Modifier and Type Method Description InternalGeoGridInternalGeoGrid. doReduce(List<InternalAggregation> aggregations, InternalAggregation.ReduceContext reduceContext)protected InternalGeoGridBucketInternalGeoGrid. reduceBucket(List<InternalGeoGridBucket> buckets, InternalAggregation.ReduceContext context) -
Uses of InternalAggregation.ReduceContext in org.elasticsearch.search.aggregations.bucket.histogram
-
Uses of InternalAggregation.ReduceContext in org.elasticsearch.search.aggregations.bucket.range
Methods in org.elasticsearch.search.aggregations.bucket.range with parameters of type InternalAggregation.ReduceContext Modifier and Type Method Description InternalAggregationInternalBinaryRange. doReduce(List<InternalAggregation> aggregations, InternalAggregation.ReduceContext reduceContext)InternalAggregationInternalRange. doReduce(List<InternalAggregation> aggregations, InternalAggregation.ReduceContext reduceContext)protected InternalBinaryRange.BucketInternalBinaryRange. reduceBucket(List<InternalBinaryRange.Bucket> buckets, InternalAggregation.ReduceContext context)protected BInternalRange. reduceBucket(List<B> buckets, InternalAggregation.ReduceContext context) -
Uses of InternalAggregation.ReduceContext in org.elasticsearch.search.aggregations.bucket.sampler
Methods in org.elasticsearch.search.aggregations.bucket.sampler with parameters of type InternalAggregation.ReduceContext Modifier and Type Method Description InternalAggregationUnmappedSampler. doReduce(List<InternalAggregation> aggregations, InternalAggregation.ReduceContext reduceContext) -
Uses of InternalAggregation.ReduceContext in org.elasticsearch.search.aggregations.bucket.significant
Methods in org.elasticsearch.search.aggregations.bucket.significant with parameters of type InternalAggregation.ReduceContext Modifier and Type Method Description InternalAggregationInternalSignificantTerms. doReduce(List<InternalAggregation> aggregations, InternalAggregation.ReduceContext reduceContext)InternalAggregationUnmappedSignificantTerms. doReduce(List<InternalAggregation> aggregations, InternalAggregation.ReduceContext reduceContext)protected BInternalSignificantTerms. reduceBucket(List<B> buckets, InternalAggregation.ReduceContext context) -
Uses of InternalAggregation.ReduceContext in org.elasticsearch.search.aggregations.bucket.significant.heuristics
Methods in org.elasticsearch.search.aggregations.bucket.significant.heuristics with parameters of type InternalAggregation.ReduceContext Modifier and Type Method Description SignificanceHeuristicScriptHeuristic. rewrite(InternalAggregation.ReduceContext context)SignificanceHeuristicSignificanceHeuristic. rewrite(InternalAggregation.ReduceContext reduceContext)Provides a hook for subclasses to provide a version of the heuristic prepared for execution on data on the coordinating node. -
Uses of InternalAggregation.ReduceContext in org.elasticsearch.search.aggregations.bucket.terms
-
Uses of InternalAggregation.ReduceContext in org.elasticsearch.search.aggregations.metrics
-
Uses of InternalAggregation.ReduceContext in org.elasticsearch.search.aggregations.pipeline
-