Modifier and Type | Class and Description |
---|---|
class |
InternalAggregation
An internal implementation of
Aggregation . |
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
Aggregation s. |
List<Aggregation> |
Aggregations.asList()
The list of
Aggregation s. |
Map<String,Aggregation> |
InternalAggregations.asMap()
Returns the
Aggregation s keyed by map. |
Map<String,Aggregation> |
Aggregations.asMap()
Returns the
Aggregation s keyed by aggregation name. |
Map<String,Aggregation> |
InternalAggregations.getAsMap()
Returns the
Aggregation s keyed by map. |
Map<String,Aggregation> |
Aggregations.getAsMap()
Returns the
Aggregation s keyed by aggregation name. |
Iterator<Aggregation> |
InternalAggregations.iterator()
Iterates over the
Aggregation s. |
Modifier and Type | Method and Description |
---|---|
void |
BucketCollector.BucketAnalysisCollector.add(Aggregation aggregation)
Used to ask
BucketCollector s for their analysis of the content collected in a bucket |
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 |
DateHistogram
A
date_histogram aggregation. |
interface |
Histogram
A
histogram aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
InternalDateHistogram |
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> |
Modifier and Type | Interface and Description |
---|---|
interface |
DateRange
A range aggregation on date values.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalDateRange |
Modifier and Type | Interface and Description |
---|---|
interface |
GeoDistance
An aggregation that computes ranges of geo distances.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalGeoDistance |
Modifier and Type | Interface and Description |
---|---|
interface |
IPv4Range
A range aggregation on ipv4 values.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalIPv4Range |
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 |
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 |
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 |
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 |
InternalPercentileRanks |
class |
InternalPercentiles |
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 . |
Copyright © 2009–2015. All rights reserved.