| Modifier and Type | Method and Description |
|---|---|
SearchAggregation<A> |
AggregationFinalStep.toAggregation()
Create a
SearchAggregation instance
matching the definition given in the previous DSL steps. |
| Modifier and Type | Method and Description |
|---|---|
SearchAggregation<A> |
SearchAggregationBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
<A> void |
SearchAggregationBuilderFactory.contribute(C collector,
AggregationKey<A> key,
SearchAggregation<A> aggregation)
Contribute an aggregation to a collector.
|
| Modifier and Type | Method and Description |
|---|---|
<T> S |
SearchQueryOptionsStep.aggregation(AggregationKey<T> key,
SearchAggregation<T> aggregation)
Add an aggregation to this query.
|
| Modifier and Type | Method and Description |
|---|---|
<A> S |
AbstractSearchQueryOptionsStep.aggregation(AggregationKey<A> key,
SearchAggregation<A> aggregation) |
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.