Package | Description |
---|---|
org.elasticsearch.search.aggregations.bucket.terms |
Modifier and Type | Class and Description |
---|---|
static class |
StringTerms.Bucket |
Modifier and Type | Field and Description |
---|---|
protected Map<String,InternalTerms.Bucket> |
InternalTerms.bucketMap |
protected List<InternalTerms.Bucket> |
InternalTerms.buckets |
Modifier and Type | Method and Description |
---|---|
InternalTerms.Bucket |
InternalTerms.Bucket.reduce(List<? extends InternalTerms.Bucket> buckets,
InternalAggregation.ReduceContext context) |
Modifier and Type | Method and Description |
---|---|
protected InternalTerms |
LongTerms.newAggregation(String name,
List<InternalTerms.Bucket> buckets,
boolean showTermDocCountError,
long docCountError,
long otherDocCount) |
protected InternalTerms |
UnmappedTerms.newAggregation(String name,
List<InternalTerms.Bucket> buckets,
boolean showTermDocCountError,
long docCountError,
long otherDocCount) |
protected InternalTerms |
StringTerms.newAggregation(String name,
List<InternalTerms.Bucket> buckets,
boolean showTermDocCountError,
long docCountError,
long otherDocCount) |
protected abstract InternalTerms |
InternalTerms.newAggregation(String name,
List<InternalTerms.Bucket> buckets,
boolean showTermDocCountError,
long docCountError,
long otherDocCount) |
protected InternalTerms |
DoubleTerms.newAggregation(String name,
List<InternalTerms.Bucket> buckets,
boolean showTermDocCountError,
long docCountError,
long otherDocCount) |
InternalTerms.Bucket |
InternalTerms.Bucket.reduce(List<? extends InternalTerms.Bucket> buckets,
InternalAggregation.ReduceContext context) |
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) |
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) |
StringTerms(String name,
Terms.Order order,
int requiredSize,
int shardSize,
long minDocCount,
List<InternalTerms.Bucket> buckets,
boolean showTermDocCountError,
long docCountError,
long otherDocCount) |
Copyright © 2009–2015. All rights reserved.