Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.TermsPredicateFieldMoreStep
Packages that use TermsPredicateFieldMoreStep
-
Uses of TermsPredicateFieldMoreStep in org.hibernate.search.engine.search.predicate.dsl
Classes in org.hibernate.search.engine.search.predicate.dsl with type parameters of type TermsPredicateFieldMoreStepModifier 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.interfaceTermsPredicateFieldStep<SR,N extends TermsPredicateFieldMoreStep<SR, ?, ?>> The initial step in a "terms" predicate definition, where the target field can be set.