Modifier and Type | Method and Description |
---|---|
SearchRequestBuilder |
SearchRequestBuilder.addAggregation(AbstractAggregationBuilder aggregation)
Adds an get to the search operation.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregationBuilder<B extends AggregationBuilder<B>>
A base class for all bucket aggregation builders.
|
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 | Method and Description |
---|---|
B |
AggregationBuilder.subAggregation(AbstractAggregationBuilder aggregation)
Add a sub get to this bucket get.
|
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 |
MetricsAggregationBuilder<B extends MetricsAggregationBuilder<B>>
Base builder for metrics aggregations.
|
class |
ValuesSourceMetricsAggregationBuilder<B extends ValuesSourceMetricsAggregationBuilder<B>> |
Modifier and Type | Class and Description |
---|---|
class |
AvgBuilder
Builder for the
Avg aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
CardinalityBuilder
Builder for the
Cardinality aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
GeoBoundsBuilder
Builder for the
GeoBounds aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
MaxBuilder
Builder for the
Max aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
MinBuilder
Builder for the
Min aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
PercentileRanksBuilder
Builder for the
PercentileRanks aggregation. |
class |
PercentilesBuilder
Builder for the
Percentiles aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
ScriptedMetricBuilder
Builder for the
ScriptedMetric aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
StatsBuilder
Builder for the
Stats aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
ExtendedStatsBuilder
Builder for the
ExtendedStats aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
SumBuilder
Builder for the
Sum aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
TopHitsBuilder
Builder for the
TopHits aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
ValueCountBuilder
Builder for the
ValueCount aggregation. |
Modifier and Type | Method and Description |
---|---|
SearchSourceBuilder |
SearchSourceBuilder.aggregation(AbstractAggregationBuilder aggregation)
Add an get to perform as part of the search.
|
Copyright © 2009–2015. All rights reserved.