Modifier and Type | Method and Description |
---|---|
abstract InternalAggregation |
InternalAggregation.reduce(InternalAggregation.ReduceContext reduceContext)
Reduces the given addAggregation to a single one and returns it.
|
static InternalAggregations |
InternalAggregations.reduce(List<InternalAggregations> aggregationsList,
InternalAggregation.ReduceContext context)
Reduces the given lists of addAggregation.
|
Modifier and Type | Method and Description |
---|---|
InternalAggregation |
InternalSingleBucketAggregation.reduce(InternalAggregation.ReduceContext reduceContext) |
Modifier and Type | Method and Description |
---|---|
InternalAggregation |
InternalFilters.reduce(InternalAggregation.ReduceContext reduceContext) |
Modifier and Type | Method and Description |
---|---|
InternalGeoHashGrid |
InternalGeoHashGrid.reduce(InternalAggregation.ReduceContext reduceContext) |
Modifier and Type | Method and Description |
---|---|
InternalAggregation |
InternalHistogram.reduce(InternalAggregation.ReduceContext reduceContext) |
Modifier and Type | Method and Description |
---|---|
InternalAggregation |
InternalRange.reduce(InternalAggregation.ReduceContext reduceContext) |
Modifier and Type | Method and Description |
---|---|
InternalAggregation |
UnmappedSignificantTerms.reduce(InternalAggregation.ReduceContext reduceContext) |
InternalAggregation |
InternalSignificantTerms.reduce(InternalAggregation.ReduceContext reduceContext) |
InternalSignificantTerms.Bucket |
InternalSignificantTerms.Bucket.reduce(List<? extends InternalSignificantTerms.Bucket> buckets,
InternalAggregation.ReduceContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ScriptHeuristic.initialize(InternalAggregation.ReduceContext context) |
void |
SignificanceHeuristic.initialize(InternalAggregation.ReduceContext reduceContext) |
Modifier and Type | Method and Description |
---|---|
InternalAggregation |
UnmappedTerms.reduce(InternalAggregation.ReduceContext reduceContext) |
InternalAggregation |
InternalTerms.reduce(InternalAggregation.ReduceContext reduceContext) |
InternalTerms.Bucket |
InternalTerms.Bucket.reduce(List<? extends InternalTerms.Bucket> buckets,
InternalAggregation.ReduceContext context) |
Modifier and Type | Method and Description |
---|---|
InternalAvg |
InternalAvg.reduce(InternalAggregation.ReduceContext reduceContext) |
Modifier and Type | Method and Description |
---|---|
InternalAggregation |
InternalCardinality.reduce(InternalAggregation.ReduceContext reduceContext) |
Modifier and Type | Method and Description |
---|---|
InternalAggregation |
InternalGeoBounds.reduce(InternalAggregation.ReduceContext reduceContext) |
Modifier and Type | Method and Description |
---|---|
InternalMax |
InternalMax.reduce(InternalAggregation.ReduceContext reduceContext) |
Modifier and Type | Method and Description |
---|---|
InternalMin |
InternalMin.reduce(InternalAggregation.ReduceContext reduceContext) |
Modifier and Type | Method and Description |
---|---|
InternalAggregation |
InternalScriptedMetric.reduce(InternalAggregation.ReduceContext reduceContext) |
Modifier and Type | Method and Description |
---|---|
InternalStats |
InternalStats.reduce(InternalAggregation.ReduceContext reduceContext) |
Modifier and Type | Method and Description |
---|---|
InternalExtendedStats |
InternalExtendedStats.reduce(InternalAggregation.ReduceContext reduceContext) |
Modifier and Type | Method and Description |
---|---|
InternalSum |
InternalSum.reduce(InternalAggregation.ReduceContext reduceContext) |
Modifier and Type | Method and Description |
---|---|
InternalAggregation |
InternalTopHits.reduce(InternalAggregation.ReduceContext reduceContext) |
Modifier and Type | Method and Description |
---|---|
InternalAggregation |
InternalValueCount.reduce(InternalAggregation.ReduceContext reduceContext) |
Copyright © 2009–2015. All rights reserved.