| Modifier and Type | Method and Description |
|---|---|
InternalAggregations |
PercolateShardResponse.aggregations() |
InternalAggregations |
PercolateResponse.getAggregations() |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregations |
PercolatorService.ReduceResult.reducedAggregations() |
| Constructor and Description |
|---|
PercolatorService.ReduceResult(long count,
InternalAggregations reducedAggregations) |
| Modifier and Type | Field and Description |
|---|---|
static InternalAggregations |
InternalAggregations.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
protected InternalAggregations |
AggregatorBase.buildEmptySubAggregations() |
static InternalAggregations |
InternalAggregations.readAggregations(StreamInput in) |
static InternalAggregations |
InternalAggregations.readOptionalAggregations(StreamInput in) |
static InternalAggregations |
InternalAggregations.reduce(List<InternalAggregations> aggregationsList,
InternalAggregation.ReduceContext context)
Reduces the given lists of addAggregation.
|
| Modifier and Type | Method and Description |
|---|---|
abstract B |
InternalMultiBucketAggregation.createBucket(InternalAggregations aggregations,
B prototype)
Create a new
InternalMultiBucketAggregation.InternalBucket using the provided prototype bucket
and aggregations. |
| Modifier and Type | Method and Description |
|---|---|
static InternalAggregations |
InternalAggregations.reduce(List<InternalAggregations> aggregationsList,
InternalAggregation.ReduceContext context)
Reduces the given lists of addAggregation.
|
| Modifier and Type | Method and Description |
|---|---|
protected InternalAggregations |
BucketsAggregator.bucketAggregations(long bucket)
Required method to build the child aggregations of the given bucket (identified by the bucket ordinal).
|
protected InternalAggregations |
BucketsAggregator.bucketEmptyAggregations()
Utility method to build empty aggregations of the sub aggregators.
|
InternalAggregations |
InternalSingleBucketAggregation.getAggregations() |
| Modifier and Type | Method and Description |
|---|---|
InternalSingleBucketAggregation |
InternalSingleBucketAggregation.create(InternalAggregations subAggregations)
Create a new copy of this
Aggregation with the same settings as
this Aggregation and contains the provided sub-aggregations. |
protected abstract InternalSingleBucketAggregation |
InternalSingleBucketAggregation.newAggregation(String name,
long docCount,
InternalAggregations subAggregations)
Create a new empty sub aggregation.
|
| Constructor and Description |
|---|
InternalSingleBucketAggregation(String name,
long docCount,
InternalAggregations aggregations,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData)
Creates a single bucket aggregation.
|
| Modifier and Type | Method and Description |
|---|---|
protected InternalSingleBucketAggregation |
InternalChildren.newAggregation(String name,
long docCount,
InternalAggregations subAggregations) |
| Constructor and Description |
|---|
InternalChildren(String name,
long docCount,
InternalAggregations aggregations,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Modifier and Type | Method and Description |
|---|---|
protected InternalSingleBucketAggregation |
InternalFilter.newAggregation(String name,
long docCount,
InternalAggregations subAggregations) |
| Modifier and Type | Method and Description |
|---|---|
InternalFilters.Bucket |
InternalFilters.createBucket(InternalAggregations aggregations,
InternalFilters.Bucket prototype) |
| Constructor and Description |
|---|
InternalFilters.Bucket(String key,
long docCount,
InternalAggregations aggregations,
boolean keyed) |
| Modifier and Type | Method and Description |
|---|---|
org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid.Bucket |
InternalGeoHashGrid.createBucket(InternalAggregations aggregations,
org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid.Bucket prototype) |
| Modifier and Type | Method and Description |
|---|---|
protected InternalSingleBucketAggregation |
InternalGlobal.newAggregation(String name,
long docCount,
InternalAggregations subAggregations) |
| Modifier and Type | Method and Description |
|---|---|
B |
InternalHistogram.createBucket(InternalAggregations aggregations,
B prototype) |
B |
InternalHistogram.Factory.createBucket(InternalAggregations aggregations,
B prototype) |
B |
InternalHistogram.Factory.createBucket(Object key,
long docCount,
InternalAggregations aggregations,
boolean keyed,
ValueFormatter formatter) |
| Constructor and Description |
|---|
InternalHistogram.Bucket(long key,
long docCount,
boolean keyed,
ValueFormatter formatter,
InternalHistogram.Factory factory,
InternalAggregations aggregations) |
| Modifier and Type | Method and Description |
|---|---|
protected InternalSingleBucketAggregation |
InternalMissing.newAggregation(String name,
long docCount,
InternalAggregations subAggregations) |
| Modifier and Type | Method and Description |
|---|---|
protected InternalSingleBucketAggregation |
InternalReverseNested.newAggregation(String name,
long docCount,
InternalAggregations subAggregations) |
protected InternalSingleBucketAggregation |
InternalNested.newAggregation(String name,
long docCount,
InternalAggregations subAggregations) |
| Constructor and Description |
|---|
InternalNested(String name,
long docCount,
InternalAggregations aggregations,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
InternalReverseNested(String name,
long docCount,
InternalAggregations aggregations,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Modifier and Type | Method and Description |
|---|---|
B |
InternalRange.createBucket(InternalAggregations aggregations,
B prototype) |
B |
InternalRange.Factory.createBucket(InternalAggregations aggregations,
B prototype) |
B |
InternalRange.Factory.createBucket(String key,
double from,
double to,
long docCount,
InternalAggregations aggregations,
boolean keyed,
ValueFormatter formatter) |
| Constructor and Description |
|---|
InternalRange.Bucket(String key,
double from,
double to,
long docCount,
InternalAggregations aggregations,
boolean keyed,
ValueFormatter formatter) |
| Modifier and Type | Method and Description |
|---|---|
InternalDateRange.Bucket |
InternalDateRange.Factory.createBucket(InternalAggregations aggregations,
InternalDateRange.Bucket prototype) |
InternalDateRange.Bucket |
InternalDateRange.Factory.createBucket(String key,
double from,
double to,
long docCount,
InternalAggregations aggregations,
boolean keyed,
ValueFormatter formatter) |
| Constructor and Description |
|---|
InternalDateRange.Bucket(String key,
double from,
double to,
long docCount,
InternalAggregations aggregations,
boolean keyed,
ValueFormatter formatter) |
| Modifier and Type | Method and Description |
|---|---|
org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance.Bucket |
InternalGeoDistance.Factory.createBucket(InternalAggregations aggregations,
org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance.Bucket prototype) |
org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance.Bucket |
InternalGeoDistance.Factory.createBucket(String key,
double from,
double to,
long docCount,
InternalAggregations aggregations,
boolean keyed,
ValueFormatter formatter) |
| Modifier and Type | Method and Description |
|---|---|
InternalIPv4Range.Bucket |
InternalIPv4Range.Factory.createBucket(InternalAggregations aggregations,
InternalIPv4Range.Bucket prototype) |
InternalIPv4Range.Bucket |
InternalIPv4Range.Factory.createBucket(String key,
double from,
double to,
long docCount,
InternalAggregations aggregations,
boolean keyed,
ValueFormatter formatter) |
| Constructor and Description |
|---|
InternalIPv4Range.Bucket(String key,
double from,
double to,
long docCount,
InternalAggregations aggregations,
boolean keyed) |
| Modifier and Type | Method and Description |
|---|---|
protected InternalSingleBucketAggregation |
InternalSampler.newAggregation(String name,
long docCount,
InternalAggregations subAggregations) |
| Modifier and Type | Field and Description |
|---|---|
protected InternalAggregations |
InternalSignificantTerms.Bucket.aggregations |
| Modifier and Type | Method and Description |
|---|---|
InternalSignificantTerms.Bucket |
UnmappedSignificantTerms.createBucket(InternalAggregations aggregations,
InternalSignificantTerms.Bucket prototype) |
org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms.Bucket |
SignificantLongTerms.createBucket(InternalAggregations aggregations,
org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms.Bucket prototype) |
SignificantStringTerms.Bucket |
SignificantStringTerms.createBucket(InternalAggregations aggregations,
SignificantStringTerms.Bucket prototype) |
| Constructor and Description |
|---|
InternalSignificantTerms.Bucket(long subsetDf,
long subsetSize,
long supersetDf,
long supersetSize,
InternalAggregations aggregations) |
SignificantStringTerms.Bucket(org.apache.lucene.util.BytesRef term,
long subsetDf,
long subsetSize,
long supersetDf,
long supersetSize,
InternalAggregations aggregations) |
SignificantStringTerms.Bucket(org.apache.lucene.util.BytesRef term,
long subsetDf,
long subsetSize,
long supersetDf,
long supersetSize,
InternalAggregations aggregations,
double score) |
| Modifier and Type | Field and Description |
|---|---|
protected InternalAggregations |
InternalTerms.Bucket.aggregations |
| Modifier and Type | Method and Description |
|---|---|
org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket |
DoubleTerms.createBucket(InternalAggregations aggregations,
org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms.Bucket prototype) |
InternalTerms.Bucket |
UnmappedTerms.createBucket(InternalAggregations aggregations,
InternalTerms.Bucket prototype) |
org.elasticsearch.search.aggregations.bucket.terms.LongTerms.Bucket |
LongTerms.createBucket(InternalAggregations aggregations,
org.elasticsearch.search.aggregations.bucket.terms.LongTerms.Bucket prototype) |
StringTerms.Bucket |
StringTerms.createBucket(InternalAggregations aggregations,
StringTerms.Bucket prototype) |
| Constructor and Description |
|---|
InternalTerms.Bucket(long docCount,
InternalAggregations aggregations,
boolean showDocCountError,
long docCountError,
ValueFormatter formatter) |
StringTerms.Bucket(org.apache.lucene.util.BytesRef term,
long docCount,
InternalAggregations aggregations,
boolean showDocCountError,
long docCountError) |
| Constructor and Description |
|---|
InternalSearchResponse(InternalSearchHits hits,
InternalAggregations aggregations,
Suggest suggest,
InternalProfileShardResults profileResults,
boolean timedOut,
Boolean terminatedEarly) |
| Modifier and Type | Method and Description |
|---|---|
void |
QuerySearchResult.aggregations(InternalAggregations aggregations) |
Copyright © 2009–2017. All rights reserved.