| Modifier and Type | Class and Description |
|---|---|
static class |
InternalMultiBucketAggregation.InternalBucket |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BucketStreams.Stream<B extends MultiBucketsAggregation.Bucket>
A stream that knows how to read a bucket from the input.
|
static class |
MultiBucketsAggregation.Bucket.SubAggregationComparator<B extends MultiBucketsAggregation.Bucket> |
| Modifier and Type | Method and Description |
|---|---|
List<? extends MultiBucketsAggregation.Bucket> |
MultiBucketsAggregation.getBuckets() |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Filters.Bucket
A bucket associated with a specific filter (identified by its key)
|
| Modifier and Type | Class and Description |
|---|---|
static class |
InternalFilters.Bucket |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GeoHashGrid.Bucket
A bucket that is associated with a
geohash_grid cell. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Histogram.Bucket
A bucket in the histogram where documents fall in
|
| Modifier and Type | Class and Description |
|---|---|
static class |
InternalHistogram.Bucket |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Range.Bucket
A bucket associated with a specific range
|
| Modifier and Type | Class and Description |
|---|---|
static class |
InternalRange.Bucket |
| Modifier and Type | Class and Description |
|---|---|
static class |
InternalDateRange.Bucket |
| Modifier and Type | Class and Description |
|---|---|
static class |
InternalIPv4Range.Bucket |
| Modifier and Type | Class and Description |
|---|---|
static class |
InternalSignificantTerms.Bucket |
static class |
SignificantStringTerms.Bucket |
static class |
SignificantTerms.Bucket |
| Modifier and Type | Class and Description |
|---|---|
static class |
InternalTerms.Bucket |
static class |
StringTerms.Bucket |
static class |
Terms.Bucket
A bucket that is associated with a single term
|
| Modifier and Type | Method and Description |
|---|---|
static Double |
BucketHelpers.resolveBucketValue(InternalMultiBucketAggregation<?,? extends MultiBucketsAggregation.Bucket> agg,
MultiBucketsAggregation.Bucket bucket,
List<String> aggPathAsList,
BucketHelpers.GapPolicy gapPolicy) |
static Double |
BucketHelpers.resolveBucketValue(InternalMultiBucketAggregation<?,? extends MultiBucketsAggregation.Bucket> agg,
MultiBucketsAggregation.Bucket bucket,
String aggPath,
BucketHelpers.GapPolicy gapPolicy)
Given a path and a set of buckets, this method will return the value
inside the agg at that path.
|
| Modifier and Type | Method and Description |
|---|---|
static Double |
BucketHelpers.resolveBucketValue(InternalMultiBucketAggregation<?,? extends MultiBucketsAggregation.Bucket> agg,
MultiBucketsAggregation.Bucket bucket,
List<String> aggPathAsList,
BucketHelpers.GapPolicy gapPolicy) |
static Double |
BucketHelpers.resolveBucketValue(InternalMultiBucketAggregation<?,? extends MultiBucketsAggregation.Bucket> agg,
MultiBucketsAggregation.Bucket bucket,
String aggPath,
BucketHelpers.GapPolicy gapPolicy)
Given a path and a set of buckets, this method will return the value
inside the agg at that path.
|
Copyright © 2009–2017. All rights reserved.