Package | Description |
---|---|
org.elasticsearch.search.aggregations.bucket.terms |
Modifier and Type | Field and Description |
---|---|
protected Terms.Order |
InternalTerms.order |
protected Terms.Order |
TermsAggregator.order |
Modifier and Type | Method and Description |
---|---|
static Terms.Order |
Terms.Order.aggregation(String path,
boolean asc)
Creates a bucket ordering strategy which sorts buckets based on a single-valued calc get
|
static Terms.Order |
Terms.Order.aggregation(String aggregationName,
String metricName,
boolean asc)
Creates a bucket ordering strategy which sorts buckets based on a multi-valued calc get
|
static Terms.Order |
Terms.Order.compound(List<Terms.Order> orders)
Creates a bucket ordering strategy which sorts buckets based multiple criteria
|
static Terms.Order |
Terms.Order.compound(Terms.Order... orders)
Creates a bucket ordering strategy which sorts buckets based multiple criteria
|
static Terms.Order |
Terms.Order.count(boolean asc) |
static Terms.Order |
Terms.Order.term(boolean asc) |
Modifier and Type | Method and Description |
---|---|
static Terms.Order |
Terms.Order.compound(Terms.Order... orders)
Creates a bucket ordering strategy which sorts buckets based multiple criteria
|
TermsBuilder |
TermsBuilder.order(Terms.Order order)
Defines the order in which the buckets will be returned.
|
Modifier and Type | Method and Description |
---|---|
static Terms.Order |
Terms.Order.compound(List<Terms.Order> orders)
Creates a bucket ordering strategy which sorts buckets based multiple criteria
|
Constructor and Description |
---|
DoubleTerms(String name,
Terms.Order order,
ValueFormatter formatter,
int requiredSize,
int shardSize,
long minDocCount,
List<InternalTerms.Bucket> buckets,
boolean showTermDocCountError,
long docCountError,
long otherDocCount) |
DoubleTermsAggregator(String name,
AggregatorFactories factories,
ValuesSource.Numeric valuesSource,
ValueFormat format,
long estimatedBucketCount,
Terms.Order order,
TermsAggregator.BucketCountThresholds bucketCountThresholds,
AggregationContext aggregationContext,
Aggregator parent,
Aggregator.SubAggCollectionMode collectionMode,
boolean showTermDocCountError,
IncludeExclude.LongFilter longFilter) |
GlobalOrdinalsStringTermsAggregator(String name,
AggregatorFactories factories,
ValuesSource.Bytes.WithOrdinals.FieldData valuesSource,
long estimatedBucketCount,
long maxOrd,
Terms.Order order,
TermsAggregator.BucketCountThresholds bucketCountThresholds,
IncludeExclude includeExclude,
AggregationContext aggregationContext,
Aggregator parent,
Aggregator.SubAggCollectionMode collectionMode,
boolean showTermDocCountError) |
InternalTerms(String name,
Terms.Order order,
int requiredSize,
int shardSize,
long minDocCount,
List<InternalTerms.Bucket> buckets,
boolean showTermDocCountError,
long docCountError,
long otherDocCount) |
LongTerms(String name,
Terms.Order order,
ValueFormatter formatter,
int requiredSize,
int shardSize,
long minDocCount,
List<InternalTerms.Bucket> buckets,
boolean showTermDocCountError,
long docCountError,
long otherDocCount) |
LongTermsAggregator(String name,
AggregatorFactories factories,
ValuesSource.Numeric valuesSource,
ValueFormat format,
long estimatedBucketCount,
Terms.Order order,
TermsAggregator.BucketCountThresholds bucketCountThresholds,
AggregationContext aggregationContext,
Aggregator parent,
Aggregator.SubAggCollectionMode subAggCollectMode,
boolean showTermDocCountError,
IncludeExclude.LongFilter longFilter) |
LowCardinality(String name,
AggregatorFactories factories,
ValuesSource.Bytes.WithOrdinals.FieldData valuesSource,
long estimatedBucketCount,
long maxOrd,
Terms.Order order,
TermsAggregator.BucketCountThresholds bucketCountThresholds,
AggregationContext aggregationContext,
Aggregator parent,
Aggregator.SubAggCollectionMode collectionMode,
boolean showTermDocCountError) |
StringTerms(String name,
Terms.Order order,
int requiredSize,
int shardSize,
long minDocCount,
List<InternalTerms.Bucket> buckets,
boolean showTermDocCountError,
long docCountError,
long otherDocCount) |
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) |
TermsAggregator(String name,
Aggregator.BucketAggregationMode bucketAggregationMode,
AggregatorFactories factories,
long estimatedBucketsCount,
AggregationContext context,
Aggregator parent,
TermsAggregator.BucketCountThresholds bucketCountThresholds,
Terms.Order order,
Aggregator.SubAggCollectionMode subAggCollectMode) |
TermsAggregatorFactory(String name,
ValuesSourceConfig config,
Terms.Order order,
TermsAggregator.BucketCountThresholds bucketCountThresholds,
IncludeExclude includeExclude,
String executionHint,
Aggregator.SubAggCollectionMode executionMode,
boolean showTermDocCountError) |
UnmappedTerms(String name,
Terms.Order order,
int requiredSize,
int shardSize,
long minDocCount) |
WithHash(String name,
AggregatorFactories factories,
ValuesSource.Bytes.WithOrdinals.FieldData valuesSource,
long estimatedBucketCount,
long maxOrd,
Terms.Order order,
TermsAggregator.BucketCountThresholds bucketCountThresholds,
IncludeExclude includeExclude,
AggregationContext aggregationContext,
Aggregator parent,
Aggregator.SubAggCollectionMode collectionMode,
boolean showTermDocCountError) |
Copyright © 2009–2015. All rights reserved.