| Modifier and Type | Class and Description |
|---|---|
class |
InternalAggregation
An internal implementation of
Aggregation. |
class |
InternalMultiBucketAggregation<A extends InternalMultiBucketAggregation,B extends InternalMultiBucketAggregation.InternalBucket> |
| Modifier and Type | Method and Description |
|---|---|
<A extends Aggregation> |
InternalAggregations.get(String name) |
<A extends Aggregation> |
Aggregations.get(String name)
Returns the aggregation that is associated with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Aggregation> |
InternalAggregations.asList()
The list of
Aggregations. |
List<Aggregation> |
Aggregations.asList()
The list of
Aggregations. |
Map<String,Aggregation> |
InternalAggregations.asMap()
Returns the
Aggregations keyed by map. |
Map<String,Aggregation> |
Aggregations.asMap()
Returns the
Aggregations keyed by aggregation name. |
Map<String,Aggregation> |
InternalAggregations.getAsMap()
Returns the
Aggregations keyed by map. |
Map<String,Aggregation> |
Aggregations.getAsMap()
Returns the
Aggregations keyed by aggregation name. |
Iterator<Aggregation> |
InternalAggregations.iterator()
Iterates over the
Aggregations. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MultiBucketsAggregation
An aggregation that returns multiple buckets
|
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 |
|---|---|
interface |
Filters
A multi bucket aggregation where the buckets are defined by a set of filters (a bucket per filter).
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalFilters |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GeoHashGrid
A
geohash_grid aggregation. |
| 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 | 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 |
|---|---|
interface |
Histogram
A
histogram aggregation. |
| 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 | 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 |
|---|---|
interface |
Range
A
range aggregation. |
| 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 | 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 | Interface and Description |
|---|---|
interface |
SignificantTerms
An aggregation that collects significant terms in comparison to a background set.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalSignificantTerms<A extends InternalSignificantTerms,B extends InternalSignificantTerms.Bucket> |
class |
SignificantLongTerms |
class |
SignificantStringTerms |
class |
UnmappedSignificantTerms |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Terms
A
terms aggregation. |
| 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 | Interface and Description |
|---|---|
interface |
NumericMetricsAggregation |
static interface |
NumericMetricsAggregation.MultiValue |
static interface |
NumericMetricsAggregation.SingleValue |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalMetricsAggregation |
class |
InternalNumericMetricsAggregation |
static class |
InternalNumericMetricsAggregation.MultiValue |
static class |
InternalNumericMetricsAggregation.SingleValue |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Avg
An aggregation that computes the average of the values in the current bucket.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalAvg |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Cardinality
An aggregation that computes approximate numbers of unique terms.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalCardinality |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GeoBounds
An aggregation that computes a bounding box in which all documents of the current bucket are.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalGeoBounds |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GeoCentroid
Interface for
GeoCentroidAggregator |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalGeoCentroid
Serialization and merge logic for
GeoCentroidAggregator |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Max
An aggregation that computes the maximum of the values in the current bucket.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalMax |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Min
An aggregation that computes the minimum of the values in the current bucket.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalMin |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PercentileRanks
An aggregation that computes approximate percentiles given values.
|
interface |
Percentiles
An aggregation that computes approximate percentiles.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalHDRPercentileRanks |
class |
InternalHDRPercentiles |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalTDigestPercentileRanks |
class |
InternalTDigestPercentiles |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ScriptedMetric
A metric aggregation that computes both its final and intermediate states using scripts.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalScriptedMetric |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Stats
Statistics over a set of values (either aggregated over field data or scripts)
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalStats |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExtendedStats
Statistics over a set of values (either aggregated over field data or scripts)
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalExtendedStats |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Sum
An aggregation that computes the sum of the values in the current bucket.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalSum |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TopHits
Accumulation of the most relevant hits for a bucket this aggregation falls into.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalTopHits |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ValueCount
An get that holds the number of values that the current document set has for a specific
field.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalValueCount
An internal implementation of
ValueCount. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SimpleValue |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalSimpleValue |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<Aggregation,InternalAggregation> |
PipelineAggregator.AGGREGATION_TRANFORM_FUNCTION |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalBucketMetricValue |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PercentilesBucket |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalPercentilesBucket |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StatsBucket
Statistics over a set of buckets
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalStatsBucket |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExtendedStatsBucket
Extended Statistics over a set of buckets
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalExtendedStatsBucket |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Derivative |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalDerivative |
Copyright © 2009–2017. All rights reserved.