Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.PhrasePredicateMatchingStep
Packages that use PhrasePredicateMatchingStep
-
Uses of PhrasePredicateMatchingStep in org.hibernate.search.engine.search.predicate.dsl
Subinterfaces of PhrasePredicateMatchingStep in org.hibernate.search.engine.search.predicate.dslModifier and TypeInterfaceDescriptioninterface
PhrasePredicateFieldMoreStep<SR,
S extends PhrasePredicateFieldMoreStep<SR, ?, N>, N extends PhrasePredicateOptionsStep<?>> The step in a "phrase" predicate definition where the phrase to match can be set (see the superinterfacePhrasePredicateMatchingStep
), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.