Modifier and Type | Method and Description |
---|---|
abstract InternalAggregation |
Aggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
NonCollectingAggregator.buildAggregation(long owningBucketOrdinal) |
abstract InternalAggregation |
Aggregator.buildEmptyAggregation() |
InternalAggregation |
AggregationStreams.Stream.readResult(StreamInput in) |
abstract InternalAggregation |
InternalAggregation.reduce(InternalAggregation.ReduceContext reduceContext)
Reduces the given addAggregation to a single one and returns it.
|
Modifier and Type | Method and Description |
---|---|
List<InternalAggregation> |
InternalAggregation.ReduceContext.aggregations() |
Constructor and Description |
---|
InternalAggregations(List<InternalAggregation> aggregations)
Constructs a new addAggregation.
|
ReduceContext(List<InternalAggregation> aggregations,
BigArrays bigArrays,
ScriptService scriptService) |
Modifier and Type | Class and Description |
---|---|
class |
InternalSingleBucketAggregation
A base class for all the single bucket aggregations.
|
Modifier and Type | Method and Description |
---|---|
InternalAggregation |
InternalSingleBucketAggregation.reduce(InternalAggregation.ReduceContext reduceContext) |
Modifier and Type | Class and Description |
---|---|
class |
InternalChildren |
Modifier and Type | Method and Description |
---|---|
InternalAggregation |
ParentToChildrenAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
ParentToChildrenAggregator.buildEmptyAggregation() |
Modifier and Type | Class and Description |
---|---|
class |
InternalFilter |
Modifier and Type | Method and Description |
---|---|
InternalAggregation |
FilterAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
FilterAggregator.buildEmptyAggregation() |
Modifier and Type | Class and Description |
---|---|
class |
InternalFilters |
Modifier and Type | Method and Description |
---|---|
InternalAggregation |
FiltersAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
FiltersAggregator.buildEmptyAggregation() |
InternalAggregation |
InternalFilters.reduce(InternalAggregation.ReduceContext reduceContext) |
Modifier and Type | Class and Description |
---|---|
class |
InternalGeoHashGrid
Represents a grid of cells where each cell's location is determined by a geohash.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalGlobal
A global scope get (the document set on which we aggregate is all documents in the search context (ie.
|
Modifier and Type | Method and Description |
---|---|
InternalAggregation |
GlobalAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
GlobalAggregator.buildEmptyAggregation() |
Modifier and Type | Class and Description |
---|---|
class |
InternalDateHistogram |
class |
InternalHistogram<B extends InternalHistogram.Bucket>
TODO should be renamed to InternalNumericHistogram (see comment on
Histogram )? |
Modifier and Type | Method and Description |
---|---|
InternalAggregation |
HistogramAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
HistogramAggregator.buildEmptyAggregation() |
InternalAggregation |
InternalHistogram.reduce(InternalAggregation.ReduceContext reduceContext) |
Modifier and Type | Class and Description |
---|---|
class |
InternalMissing |
Modifier and Type | Method and Description |
---|---|
InternalAggregation |
MissingAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
MissingAggregator.buildEmptyAggregation() |
Modifier and Type | Class and Description |
---|---|
class |
InternalNested |
class |
InternalReverseNested |
Modifier and Type | Method and Description |
---|---|
InternalAggregation |
NestedAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
ReverseNestedAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
NestedAggregator.buildEmptyAggregation() |
InternalAggregation |
ReverseNestedAggregator.buildEmptyAggregation() |
Modifier and Type | Class and Description |
---|---|
class |
InternalRange<B extends InternalRange.Bucket> |
Modifier and Type | Method and Description |
---|---|
InternalAggregation |
RangeAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
RangeAggregator.buildEmptyAggregation() |
InternalAggregation |
RangeAggregator.Unmapped.buildEmptyAggregation() |
InternalAggregation |
InternalRange.reduce(InternalAggregation.ReduceContext reduceContext) |
Modifier and Type | Class and Description |
---|---|
class |
InternalDateRange |
Constructor and Description |
---|
Bucket(String key,
double from,
double to,
long docCount,
List<InternalAggregation> aggregations,
ValueFormatter formatter) |
Modifier and Type | Class and Description |
---|---|
class |
InternalGeoDistance |
Modifier and Type | Class and Description |
---|---|
class |
InternalIPv4Range |
Constructor and Description |
---|
Bucket(String key,
double from,
double to,
long docCount,
List<InternalAggregation> aggregations) |
Modifier and Type | Class and Description |
---|---|
class |
InternalSignificantTerms |
class |
SignificantLongTerms |
class |
SignificantStringTerms |
class |
UnmappedSignificantTerms |
Modifier and Type | Method and Description |
---|---|
InternalAggregation |
UnmappedSignificantTerms.reduce(InternalAggregation.ReduceContext reduceContext) |
InternalAggregation |
InternalSignificantTerms.reduce(InternalAggregation.ReduceContext reduceContext) |
Modifier and Type | Class and Description |
---|---|
class |
DoubleTerms |
class |
InternalTerms |
class |
LongTerms |
class |
StringTerms |
class |
UnmappedTerms |
Modifier and Type | Method and Description |
---|---|
InternalAggregation |
GlobalOrdinalsStringTermsAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
StringTermsAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
LongTermsAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
LongTermsAggregator.buildEmptyAggregation() |
InternalAggregation |
UnmappedTerms.reduce(InternalAggregation.ReduceContext reduceContext) |
InternalAggregation |
InternalTerms.reduce(InternalAggregation.ReduceContext reduceContext) |
Modifier and Type | Class and Description |
---|---|
class |
InternalMetricsAggregation |
class |
InternalNumericMetricsAggregation |
static class |
InternalNumericMetricsAggregation.MultiValue |
static class |
InternalNumericMetricsAggregation.SingleValue |
Modifier and Type | Class and Description |
---|---|
class |
InternalAvg |
Modifier and Type | Method and Description |
---|---|
InternalAggregation |
AvgAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
AvgAggregator.buildEmptyAggregation() |
Modifier and Type | Class and Description |
---|---|
class |
InternalCardinality |
Modifier and Type | Method and Description |
---|---|
InternalAggregation |
CardinalityAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
CardinalityAggregator.buildEmptyAggregation() |
InternalAggregation |
InternalCardinality.reduce(InternalAggregation.ReduceContext reduceContext) |
Modifier and Type | Class and Description |
---|---|
class |
InternalGeoBounds |
Modifier and Type | Method and Description |
---|---|
InternalAggregation |
GeoBoundsAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
GeoBoundsAggregator.buildEmptyAggregation() |
InternalAggregation |
InternalGeoBounds.reduce(InternalAggregation.ReduceContext reduceContext) |
Modifier and Type | Class and Description |
---|---|
class |
InternalMax |
Modifier and Type | Method and Description |
---|---|
InternalAggregation |
MaxAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
MaxAggregator.buildEmptyAggregation() |
Modifier and Type | Class and Description |
---|---|
class |
InternalMin |
Modifier and Type | Method and Description |
---|---|
InternalAggregation |
MinAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
MinAggregator.buildEmptyAggregation() |
Modifier and Type | Class and Description |
---|---|
class |
InternalPercentileRanks |
class |
InternalPercentiles |
Modifier and Type | Method and Description |
---|---|
InternalAggregation |
PercentilesAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
PercentileRanksAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
PercentilesAggregator.buildEmptyAggregation() |
InternalAggregation |
PercentileRanksAggregator.buildEmptyAggregation() |
Modifier and Type | Class and Description |
---|---|
class |
InternalScriptedMetric |
Modifier and Type | Method and Description |
---|---|
InternalAggregation |
ScriptedMetricAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
ScriptedMetricAggregator.buildEmptyAggregation() |
InternalAggregation |
InternalScriptedMetric.reduce(InternalAggregation.ReduceContext reduceContext) |
Modifier and Type | Class and Description |
---|---|
class |
InternalStats |
Modifier and Type | Method and Description |
---|---|
InternalAggregation |
StatsAggegator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
StatsAggegator.buildEmptyAggregation() |
Modifier and Type | Class and Description |
---|---|
class |
InternalExtendedStats |
Modifier and Type | Method and Description |
---|---|
InternalAggregation |
ExtendedStatsAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
ExtendedStatsAggregator.buildEmptyAggregation() |
Modifier and Type | Class and Description |
---|---|
class |
InternalSum |
Modifier and Type | Method and Description |
---|---|
InternalAggregation |
SumAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
SumAggregator.buildEmptyAggregation() |
Modifier and Type | Class and Description |
---|---|
class |
InternalTopHits |
Modifier and Type | Method and Description |
---|---|
InternalAggregation |
TopHitsAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
TopHitsAggregator.buildEmptyAggregation() |
InternalAggregation |
InternalTopHits.reduce(InternalAggregation.ReduceContext reduceContext) |
Modifier and Type | Class and Description |
---|---|
class |
InternalValueCount
An internal implementation of
ValueCount . |
Modifier and Type | Method and Description |
---|---|
InternalAggregation |
ValueCountAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
ValueCountAggregator.buildEmptyAggregation() |
InternalAggregation |
InternalValueCount.reduce(InternalAggregation.ReduceContext reduceContext) |
Copyright © 2009–2015. All rights reserved.