| Interface | Description |
|---|---|
| AggregationFinalStep<A> |
The final step in an aggregation definition, where the aggregation can be retrieved.
|
| RangeAggregationFieldStep |
The initial step in a "range" aggregation definition, where the target field can be set.
|
| RangeAggregationOptionsStep<S extends RangeAggregationOptionsStep<?,F,A>,F,A> |
The final step in a "range" aggregation definition, where optional parameters can be set.
|
| RangeAggregationRangeMoreStep<S extends RangeAggregationRangeMoreStep<?,?,F>,N extends RangeAggregationOptionsStep<?,F,Map<Range<F>,Long>>,F> |
The step in a "range" aggregation definition where optional parameters can be set,
(see the superinterface
RangeAggregationOptionsStep),
or more ranges can be added. |
| RangeAggregationRangeStep<N extends RangeAggregationRangeMoreStep<?,?,F>,F> |
The step in a "range" aggregation definition where the ranges can be set.
|
| SearchAggregationFactory |
A factory for search aggregations.
|
| SearchAggregationFactoryExtension<T> |
An extension to the search aggregation DSL, allowing the use of non-standard aggregations in a query.
|
| TermsAggregationFieldStep |
The initial step in a "terms" aggregation definition, where the target field can be set.
|
| TermsAggregationOptionsStep<S extends TermsAggregationOptionsStep<?,F,A>,F,A> |
The final step in a "terms" aggregation definition, where optional parameters can be set.
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.