Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.TermsPredicateMatchingStep
-
Packages that use TermsPredicateMatchingStep Package Description org.hibernate.search.engine.search.predicate.dsl -
-
Uses of TermsPredicateMatchingStep in org.hibernate.search.engine.search.predicate.dsl
Subinterfaces of TermsPredicateMatchingStep in org.hibernate.search.engine.search.predicate.dsl Modifier and Type Interface Description interface
TermsPredicateFieldMoreStep<S extends TermsPredicateFieldMoreStep<?,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.
-