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 |
---|
ReduceResult(long count,
InternalFacets reducedFacets,
InternalAggregations reducedAggregations) |
Modifier and Type | Field and Description |
---|---|
static InternalAggregations |
InternalAggregations.EMPTY |
Modifier and Type | Method and Description |
---|---|
protected InternalAggregations |
Aggregator.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 |
---|---|
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 bucketOrd)
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 |
---|---|
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)
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) |
Modifier and Type | Method and Description |
---|---|
protected InternalSingleBucketAggregation |
InternalFilter.newAggregation(String name,
long docCount,
InternalAggregations subAggregations) |
Constructor and Description |
---|
Bucket(String key,
long docCount,
InternalAggregations aggregations) |
Modifier and Type | Method and Description |
---|---|
protected InternalSingleBucketAggregation |
InternalGlobal.newAggregation(String name,
long docCount,
InternalAggregations subAggregations) |
Modifier and Type | Method and Description |
---|---|
protected org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram.Bucket |
InternalDateHistogram.createBucket(long key,
long docCount,
InternalAggregations aggregations,
ValueFormatter formatter) |
protected B |
InternalHistogram.createBucket(long key,
long docCount,
InternalAggregations aggregations,
ValueFormatter formatter) |
Constructor and Description |
---|
Bucket(long key,
long docCount,
ValueFormatter formatter,
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 |
InternalNested.newAggregation(String name,
long docCount,
InternalAggregations subAggregations) |
protected InternalSingleBucketAggregation |
InternalReverseNested.newAggregation(String name,
long docCount,
InternalAggregations subAggregations) |
Constructor and Description |
---|
InternalNested(String name,
long docCount,
InternalAggregations aggregations) |
InternalReverseNested(String name,
long docCount,
InternalAggregations aggregations) |
Modifier and Type | Method and Description |
---|---|
B |
InternalRange.Factory.createBucket(String key,
double from,
double to,
long docCount,
InternalAggregations aggregations,
ValueFormatter formatter) |
Constructor and Description |
---|
Bucket(String key,
double from,
double to,
long docCount,
InternalAggregations aggregations,
ValueFormatter formatter) |
Constructor and Description |
---|
Bucket(String key,
double from,
double to,
long docCount,
InternalAggregations aggregations,
ValueFormatter formatter) |
Constructor and Description |
---|
Bucket(String key,
double from,
double to,
long docCount,
InternalAggregations aggregations) |
Modifier and Type | Field and Description |
---|---|
protected InternalAggregations |
InternalSignificantTerms.Bucket.aggregations |
Constructor and Description |
---|
Bucket(org.apache.lucene.util.BytesRef term,
long subsetDf,
long subsetSize,
long supersetDf,
long supersetSize,
InternalAggregations aggregations) |
Bucket(org.apache.lucene.util.BytesRef term,
long subsetDf,
long subsetSize,
long supersetDf,
long supersetSize,
InternalAggregations aggregations,
double score) |
Bucket(long subsetDf,
long subsetSize,
long supersetDf,
long supersetSize,
InternalAggregations aggregations) |
Modifier and Type | Field and Description |
---|---|
protected InternalAggregations |
InternalTerms.Bucket.aggregations |
Constructor and Description |
---|
Bucket(org.apache.lucene.util.BytesRef term,
long docCount,
InternalAggregations aggregations,
boolean showDocCountError,
long docCountError) |
Bucket(long docCount,
InternalAggregations aggregations,
boolean showDocCountError,
long docCountError) |
Constructor and Description |
---|
InternalSearchResponse(InternalSearchHits hits,
InternalFacets facets,
InternalAggregations aggregations,
Suggest suggest,
boolean timedOut,
Boolean terminatedEarly) |
Modifier and Type | Method and Description |
---|---|
void |
QuerySearchResult.aggregations(InternalAggregations aggregations) |
Copyright © 2009–2015. All rights reserved.