Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.PhrasePredicateOptionsStep
-
Packages that use PhrasePredicateOptionsStep Package Description org.hibernate.search.engine.search.predicate.dsl -
-
Uses of PhrasePredicateOptionsStep in org.hibernate.search.engine.search.predicate.dsl
Classes in org.hibernate.search.engine.search.predicate.dsl with type parameters of type PhrasePredicateOptionsStep Modifier and Type Interface Description interface
PhrasePredicateFieldMoreStep<S extends PhrasePredicateFieldMoreStep<?,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.interface
PhrasePredicateMatchingStep<N extends PhrasePredicateOptionsStep<?>>
The step in a "phrase" predicate definition where the phrase to match can be set.interface
PhrasePredicateOptionsStep<S extends PhrasePredicateOptionsStep<?>>
The final step in a "phrase" predicate definition, where optional parameters can be set.
-