Modifier and Type | Method and Description |
---|---|
PercolateRequestBuilder |
PercolateRequestBuilder.addAggregation(AggregationBuilder aggregationBuilder)
|
PercolateSourceBuilder |
PercolateSourceBuilder.addAggregation(AggregationBuilder aggregationBuilder)
Add an aggregation definition.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregationBuilder<B extends AggregationBuilder<B>>
A base class for all bucket aggregation builders.
|
Modifier and Type | Class and Description |
---|---|
class |
ValuesSourceAggregationBuilder<B extends ValuesSourceAggregationBuilder<B>>
A base class for all bucket aggregation builders that are based on values (either script generated or field data values)
|
Modifier and Type | Class and Description |
---|---|
class |
ChildrenBuilder
Builder for the
Children aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
FilterAggregationBuilder
Builder for the
Filter aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
FiltersAggregationBuilder
Builder for the
Filters aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
GeoHashGridBuilder
Creates an aggregation based on bucketing points into GeoHashes
|
Modifier and Type | Class and Description |
---|---|
class |
GlobalBuilder
Builder for the
Global aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
DateHistogramBuilder
Builder for the
DateHistogram aggregation. |
class |
HistogramBuilder
Builder for the
Histogram aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
MissingBuilder
Builder for the
Missing aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
NestedBuilder
Builder for the
Nested aggregation. |
class |
ReverseNestedBuilder
Builder for the
ReverseNested aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRangeBuilder<B extends AbstractRangeBuilder<B>> |
class |
RangeBuilder
Builder for the
Range aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
DateRangeBuilder
Builder for the
DateRange aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
GeoDistanceBuilder
Builder for the
GeoDistance aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
IPv4RangeBuilder
Builder for the
IPv4Range aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
SignificantTermsBuilder
Creates an aggregation that finds interesting or unusual occurrences of terms in a result set.
|
Modifier and Type | Class and Description |
---|---|
class |
TermsBuilder
Builder for the
Terms aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
GeoBoundsBuilder
Builder for the
GeoBounds aggregation. |
Copyright © 2009–2015. All rights reserved.