Uses of Interface
org.hibernate.search.engine.search.aggregation.dsl.TermsAggregationOptionsStep
Packages that use TermsAggregationOptionsStep
-
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 TermsAggregationOptionsStepModifier and TypeInterfaceDescriptioninterfaceTermsAggregationOptionsStep<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 TermsAggregationOptionsStepModifier and TypeMethodDescriptiondefault <F> TermsAggregationOptionsStep<?,PDF, F, Map<F, Long>> Target the given field in the terms aggregation.<F> TermsAggregationOptionsStep<?,PDF, F, Map<F, Long>> TermsAggregationFieldStep.field(String fieldPath, Class<F> type, ValueConvert convert) Target the given field in the terms aggregation.