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 |
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 |
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 |
Copyright © 2009–2015. All rights reserved.