| Modifier and Type | Class and Description |
|---|---|
static class |
InternalMultiBucketAggregation.InternalBucket |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MultiBucketsAggregation.Bucket
A bucket represents a criteria to which all documents that fall in it adhere to.
|
interface |
SingleBucketAggregation
A single bucket aggregation
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalSingleBucketAggregation
A base class for all the single bucket aggregations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Children
An single bucket aggregation that translates parent documents to their children documents.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalChildren |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Filter
A
filter aggregation. |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalFilter |
| 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 |
|---|---|
interface |
Global
A
global aggregation. |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalGlobal
A global scope get (the document set on which we aggregate is all documents in the search context (ie.
|
| 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 |
|---|---|
interface |
Missing
A
missing aggregation. |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalMissing |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Nested
A
nested aggregation. |
interface |
ReverseNested
A
reverse nested aggregation. |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalNested |
class |
InternalReverseNested |
| 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 | Interface and Description |
|---|---|
interface |
Sampler
A
filter aggregation that defines a single bucket to hold a sample of
top-matching documents. |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalSampler |
class |
UnmappedSampler |
| 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 |
|---|---|
double |
AggregationPath.resolveValue(HasAggregations root)
Resolves the value pointed by this path given an aggregations root
|
Copyright © 2009–2017. All rights reserved.