Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.TermsPredicateOptionsStep
Packages that use TermsPredicateOptionsStep
-
Uses of TermsPredicateOptionsStep in org.hibernate.search.engine.search.predicate.dsl
Classes in org.hibernate.search.engine.search.predicate.dsl with type parameters of type TermsPredicateOptionsStepModifier and TypeInterfaceDescriptioninterfaceTermsPredicateFieldMoreStep<SR,S extends TermsPredicateFieldMoreStep<SR, ?, N>, N extends TermsPredicateOptionsStep<?>> The step in a "terms" predicate definition where the terms to match can be set (see the superinterfaceTermsPredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.interfaceTermsPredicateMatchingStep<N extends TermsPredicateOptionsStep<?>>The step in a "terms" predicate definition where the terms to match can be set.interfaceTermsPredicateOptionsStep<S extends TermsPredicateOptionsStep<?>>The final step in a "terms" predicate definition, where optional parameters can be set.