Uses of Interface
org.hibernate.search.engine.search.aggregation.dsl.TermsAggregationOptionsStep
-
Packages that use TermsAggregationOptionsStep Package Description org.hibernate.search.engine.search.aggregation.dsl -
-
Uses of TermsAggregationOptionsStep in org.hibernate.search.engine.search.aggregation.dsl
Classes in org.hibernate.search.engine.search.aggregation.dsl with type parameters of type TermsAggregationOptionsStep Modifier and Type Interface 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.Methods in org.hibernate.search.engine.search.aggregation.dsl that return TermsAggregationOptionsStep Modifier and Type Method 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.
-