| Constructor and Description |
|---|
RangeAggregator.Unmapped(String name,
List<RangeAggregator.Range> ranges,
boolean keyed,
ValueFormat format,
AggregationContext context,
Aggregator parent,
InternalRange.Factory factory,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
RangeAggregator(String name,
AggregatorFactories factories,
ValuesSource.Numeric valuesSource,
ValueFormat format,
InternalRange.Factory rangeFactory,
List<RangeAggregator.Range> ranges,
boolean keyed,
AggregationContext aggregationContext,
Aggregator parent,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Constructor and Description |
|---|
SignificantLongTermsAggregator(String name,
AggregatorFactories factories,
ValuesSource.Numeric valuesSource,
ValueFormat format,
TermsAggregator.BucketCountThresholds bucketCountThresholds,
AggregationContext aggregationContext,
Aggregator parent,
SignificantTermsAggregatorFactory termsAggFactory,
IncludeExclude.LongFilter includeExclude,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Modifier and Type | Method and Description |
|---|---|
ValueFormat |
ValueType.defaultFormat() |
ValueFormat |
ValuesSourceConfig.format() |
| Modifier and Type | Class and Description |
|---|---|
static class |
ValueFormat.DateTime |
static class |
ValueFormat.Number |
static class |
ValueFormat.Patternable<VF extends ValueFormat.Patternable<VF>> |
| Modifier and Type | Field and Description |
|---|---|
static ValueFormat |
ValueFormat.BOOLEAN |
static ValueFormat |
ValueFormat.IPv4 |
static ValueFormat |
ValueFormat.RAW |
Copyright © 2009–2017. All rights reserved.