| Modifier and Type | Class and Description |
|---|---|
class |
InternalMultiBucketAggregation<A extends InternalMultiBucketAggregation,B extends InternalMultiBucketAggregation.InternalBucket> |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalFilters |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalGeoHashGrid
Represents a grid of cells where each cell's location is determined by a geohash.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalHistogram<B extends InternalHistogram.Bucket>
TODO should be renamed to InternalNumericHistogram (see comment on
Histogram)? |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalRange<B extends InternalRange.Bucket,R extends InternalRange<B,R>> |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalDateRange |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalGeoDistance |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalIPv4Range |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalSignificantTerms<A extends InternalSignificantTerms,B extends InternalSignificantTerms.Bucket> |
class |
SignificantLongTerms |
class |
SignificantStringTerms |
class |
UnmappedSignificantTerms |
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleTerms |
class |
InternalTerms<A extends InternalTerms,B extends InternalTerms.Bucket> |
class |
LongTerms |
class |
StringTerms |
class |
UnmappedTerms |
| 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.