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.interfaceTermsAggregationValueStep<SR,S extends TermsAggregationOptionsStep<SR, ?, PDF, F, A>, PDF extends TypedSearchPredicateFactory<SR>, F, A> The step in a "terms" aggregation definition where the aggregation value for the term can be set.Subinterfaces of TermsAggregationOptionsStep in org.hibernate.search.engine.search.aggregation.dslModifier and TypeInterfaceDescriptioninterfaceTermsAggregationValueStep<SR,S extends TermsAggregationOptionsStep<SR, ?, PDF, F, A>, PDF extends TypedSearchPredicateFactory<SR>, F, A> The step in a "terms" aggregation definition where the aggregation value for the term can be set.Methods in org.hibernate.search.engine.search.aggregation.dsl that return TermsAggregationOptionsStepModifier and TypeMethodDescriptionTermsAggregationValueStep.value(AggregationFinalStep<T> aggregation) Specify which aggregation to apply to the documents with same terms.TermsAggregationValueStep.value(SearchAggregation<T> aggregation) Specify which aggregation to apply to the documents with same terms.