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