Uses of Interface
org.hibernate.search.engine.search.aggregation.dsl.TermsAggregationOptionsStep
Packages that use TermsAggregationOptionsStep
Package
Description
-
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.default <F> TermsAggregationOptionsStep<?,PDF, F, Map<F, Long>> TermsAggregationFieldStep.field(String fieldPath, Class<F> type, ValueConvert convert) Deprecated.<F> TermsAggregationOptionsStep<?,PDF, F, Map<F, Long>> TermsAggregationFieldStep.field(String fieldPath, Class<F> type, ValueModel valueModel) Target the given field in the terms aggregation. -
Uses of TermsAggregationOptionsStep in org.hibernate.search.engine.search.aggregation.dsl.impl
Methods in org.hibernate.search.engine.search.aggregation.dsl.impl that return TermsAggregationOptionsStepModifier and TypeMethodDescription<F> TermsAggregationOptionsStep<?,PDF, F, Map<F, Long>> TermsAggregationFieldStepImpl.field(String fieldPath, Class<F> type, ValueModel valueModel)
TermsAggregationFieldStep.field(String, Class, ValueModel)instead.