Modifier and Type | Field and Description |
---|---|
protected Aggregator.BucketAggregationMode |
Aggregator.bucketAggregationMode |
Modifier and Type | Method and Description |
---|---|
Aggregator.BucketAggregationMode |
Aggregator.bucketAggregationMode() |
static Aggregator.BucketAggregationMode |
Aggregator.BucketAggregationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Aggregator.BucketAggregationMode[] |
Aggregator.BucketAggregationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Aggregator(String name,
Aggregator.BucketAggregationMode bucketAggregationMode,
AggregatorFactories factories,
long estimatedBucketsCount,
AggregationContext context,
Aggregator parent)
Constructs a new Aggregator.
|
Constructor and Description |
---|
BucketsAggregator(String name,
Aggregator.BucketAggregationMode bucketAggregationMode,
AggregatorFactories factories,
long estimatedBucketsCount,
AggregationContext context,
Aggregator parent) |
Constructor and Description |
---|
TermsAggregator(String name,
Aggregator.BucketAggregationMode bucketAggregationMode,
AggregatorFactories factories,
long estimatedBucketsCount,
AggregationContext context,
Aggregator parent,
TermsAggregator.BucketCountThresholds bucketCountThresholds,
Terms.Order order,
Aggregator.SubAggCollectionMode subAggCollectMode) |
Constructor and Description |
---|
MetricsAggregator(String name,
long estimatedBucketsCount,
Aggregator.BucketAggregationMode bucketAggregationMode,
AggregationContext context,
Aggregator parent) |
Copyright © 2009–2015. All rights reserved.