Modifier and Type | Method and Description |
---|---|
protected MissingAggregator |
MissingAggregator.Factory.create(ValuesSource valuesSource,
long expectedBucketsCount,
AggregationContext aggregationContext,
Aggregator parent) |
Constructor and Description |
---|
MissingAggregator(String name,
AggregatorFactories factories,
ValuesSource valuesSource,
AggregationContext aggregationContext,
Aggregator parent) |
Modifier and Type | Method and Description |
---|---|
protected Aggregator |
SignificantTermsAggregatorFactory.create(ValuesSource valuesSource,
long expectedBucketsCount,
AggregationContext aggregationContext,
Aggregator parent) |
Constructor and Description |
---|
SignificantStringTermsAggregator(String name,
AggregatorFactories factories,
ValuesSource valuesSource,
long estimatedBucketCount,
TermsAggregator.BucketCountThresholds bucketCountThresholds,
IncludeExclude includeExclude,
AggregationContext aggregationContext,
Aggregator parent,
SignificantTermsAggregatorFactory termsAggFactory) |
Modifier and Type | Method and Description |
---|---|
protected Aggregator |
TermsAggregatorFactory.create(ValuesSource valuesSource,
long expectedBucketsCount,
AggregationContext aggregationContext,
Aggregator parent) |
static long |
TermsAggregatorFactory.estimatedBucketCount(ValuesSource valuesSource,
Aggregator parent) |
Constructor and Description |
---|
StringTermsAggregator(String name,
AggregatorFactories factories,
ValuesSource valuesSource,
long estimatedBucketCount,
Terms.Order order,
TermsAggregator.BucketCountThresholds bucketCountThresholds,
IncludeExclude includeExclude,
AggregationContext aggregationContext,
Aggregator parent,
Aggregator.SubAggCollectionMode collectionMode,
boolean showTermDocCountError) |
Constructor and Description |
---|
CardinalityAggregator(String name,
long estimatedBucketsCount,
ValuesSource valuesSource,
boolean rehash,
int precision,
ValueFormatter formatter,
AggregationContext context,
Aggregator parent) |
Modifier and Type | Class and Description |
---|---|
static class |
ValueCountAggregator.Factory<VS extends ValuesSource> |
Constructor and Description |
---|
ValueCountAggregator(String name,
long expectedBucketsCount,
ValuesSource valuesSource,
ValueFormatter formatter,
AggregationContext aggregationContext,
Aggregator parent) |
Modifier and Type | Class and Description |
---|---|
class |
ValuesSourceAggregatorFactory<VS extends ValuesSource> |
static class |
ValuesSourceAggregatorFactory.LeafOnly<VS extends ValuesSource> |
class |
ValuesSourceConfig<VS extends ValuesSource> |
class |
ValuesSourceParser<VS extends ValuesSource> |
static class |
ValuesSourceParser.Builder<VS extends ValuesSource> |
Modifier and Type | Class and Description |
---|---|
static class |
ValuesSource.Bytes |
static class |
ValuesSource.Bytes.FieldData |
static class |
ValuesSource.Bytes.ParentChild |
static class |
ValuesSource.Bytes.Script |
static class |
ValuesSource.Bytes.WithOrdinals |
static class |
ValuesSource.Bytes.WithOrdinals.FieldData |
static class |
ValuesSource.GeoPoint |
static class |
ValuesSource.Numeric |
static class |
ValuesSource.Numeric.FieldData |
static class |
ValuesSource.Numeric.Script |
static class |
ValuesSource.Numeric.WithScript |
static class |
ValuesSource.WithScript |
Modifier and Type | Method and Description |
---|---|
<VS extends ValuesSource> |
AggregationContext.valuesSource(ValuesSourceConfig<VS> config,
int depth)
Get a value source given its configuration and the depth of the aggregator in the aggregation tree.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends ValuesSource> |
ValueType.getValuesSourceType() |
Constructor and Description |
---|
WithScript(ValuesSource delegate,
SearchScript script) |
Copyright © 2009–2015. All rights reserved.