Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.MatchPredicateOptionsStep
-
Packages that use MatchPredicateOptionsStep Package Description org.hibernate.search.engine.search.predicate.dsl -
-
Uses of MatchPredicateOptionsStep in org.hibernate.search.engine.search.predicate.dsl
Classes in org.hibernate.search.engine.search.predicate.dsl with type parameters of type MatchPredicateOptionsStep Modifier and Type Interface Description interface
MatchPredicateFieldMoreStep<S extends MatchPredicateFieldMoreStep<?,N>,N extends MatchPredicateOptionsStep<?>>
The step in a "match" predicate definition where the value to match can be set (see the superinterfaceMatchPredicateMatchingStep
), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.interface
MatchPredicateMatchingStep<N extends MatchPredicateOptionsStep<?>>
The step in a "match" predicate definition where the value to match can be set.interface
MatchPredicateOptionsStep<S extends MatchPredicateOptionsStep<?>>
The final step in a "match" predicate definition, where optional parameters can be set.
-