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<SR,S extends TermsAggregationOptionsStep<SR, ?, PDF, F, A>, PDF extends TypedSearchPredicateFactory<SR>, 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<SR, ?, PDF, F, Map<F, Long>> Target the given field in the terms aggregation.default <F> TermsAggregationOptionsStep<SR, ?, PDF, F, Map<F, Long>> TermsAggregationFieldStep.field(String fieldPath, Class<F> type, ValueConvert convert) Deprecated.<F> TermsAggregationOptionsStep<SR, ?, PDF, F, Map<F, Long>> TermsAggregationFieldStep.field(String fieldPath, Class<F> type, ValueModel valueModel) Target the given field in the terms aggregation.default <F> TermsAggregationOptionsStep<SR, ?, PDF, F, Map<F, Long>> TermsAggregationFieldStep.field(TermsAggregationFieldReference<? super SR, F> fieldReference) Target the given field in the terms aggregation.
TermsAggregationFieldStep.field(String, Class, ValueModel)instead.