| Package | Description |
|---|---|
| org.hibernate.search.engine.search.aggregation.dsl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TermsAggregationOptionsStep<S extends TermsAggregationOptionsStep<?,PDF,F,A>,PDF extends SearchPredicateFactory,F,A>
The final step in a "terms" aggregation definition, where optional parameters can be set.
|
| Modifier and Type | Method and Description |
|---|---|
default <F> TermsAggregationOptionsStep<?,PDF,F,Map<F,Long>> |
TermsAggregationFieldStep.field(String absoluteFieldPath,
Class<F> type)
Target the given field in the terms aggregation.
|
<F> TermsAggregationOptionsStep<?,PDF,F,Map<F,Long>> |
TermsAggregationFieldStep.field(String absoluteFieldPath,
Class<F> type,
ValueConvert convert)
Target the given field in the terms aggregation.
|
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.