Modifier and Type | Method and Description |
---|---|
protected abstract InternalSingleBucketAggregation |
InternalSingleBucketAggregation.newAggregation(String name,
long docCount,
InternalAggregations subAggregations)
Create a new empty sub aggregation.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalChildren |
Modifier and Type | Method and Description |
---|---|
protected InternalSingleBucketAggregation |
InternalChildren.newAggregation(String name,
long docCount,
InternalAggregations subAggregations) |
Modifier and Type | Class and Description |
---|---|
class |
InternalFilter |
Modifier and Type | Method and Description |
---|---|
protected InternalSingleBucketAggregation |
InternalFilter.newAggregation(String name,
long docCount,
InternalAggregations subAggregations) |
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 | Method and Description |
---|---|
protected InternalSingleBucketAggregation |
InternalGlobal.newAggregation(String name,
long docCount,
InternalAggregations subAggregations) |
Modifier and Type | Class and Description |
---|---|
class |
InternalMissing |
Modifier and Type | Method and Description |
---|---|
protected InternalSingleBucketAggregation |
InternalMissing.newAggregation(String name,
long docCount,
InternalAggregations subAggregations) |
Modifier and Type | Class and Description |
---|---|
class |
InternalNested |
class |
InternalReverseNested |
Modifier and Type | Method and Description |
---|---|
protected InternalSingleBucketAggregation |
InternalNested.newAggregation(String name,
long docCount,
InternalAggregations subAggregations) |
protected InternalSingleBucketAggregation |
InternalReverseNested.newAggregation(String name,
long docCount,
InternalAggregations subAggregations) |
Copyright © 2009–2015. All rights reserved.