| Package | Description |
|---|---|
| org.hibernate.search.engine.search.aggregation.dsl | |
| org.hibernate.search.engine.search.query.dsl | |
| org.hibernate.search.engine.search.query.dsl.spi |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RangeAggregationOptionsStep<S extends RangeAggregationOptionsStep<?,F,A>,F,A>
The final step in a "range" aggregation definition, where optional parameters can be set.
|
interface |
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. |
interface |
TermsAggregationOptionsStep<S extends TermsAggregationOptionsStep<?,F,A>,F,A>
The final step in a "terms" aggregation definition, where optional parameters can be set.
|
| Modifier and Type | Method and Description |
|---|---|
<T> S |
SearchQueryOptionsStep.aggregation(AggregationKey<T> key,
Function<? super AF,? extends AggregationFinalStep<T>> aggregationContributor)
Add an aggregation to this query.
|
| Modifier and Type | Method and Description |
|---|---|
<A> S |
AbstractSearchQueryOptionsStep.aggregation(AggregationKey<A> key,
Function<? super AF,? extends AggregationFinalStep<A>> aggregationContributor) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.