Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.MatchPredicateFieldMoreStep
-
Packages that use MatchPredicateFieldMoreStep Package Description org.hibernate.search.engine.search.predicate.dsl org.hibernate.search.engine.search.predicate.dsl.impl -
-
Uses of MatchPredicateFieldMoreStep in org.hibernate.search.engine.search.predicate.dsl
Classes in org.hibernate.search.engine.search.predicate.dsl with type parameters of type MatchPredicateFieldMoreStep Modifier and Type Interface Description interfaceMatchPredicateFieldMoreStep<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.interfaceMatchPredicateFieldStep<N extends MatchPredicateFieldMoreStep<?,?>>The initial step in a "match" predicate definition, where the target field can be set. -
Uses of MatchPredicateFieldMoreStep in org.hibernate.search.engine.search.predicate.dsl.impl
Methods in org.hibernate.search.engine.search.predicate.dsl.impl that return MatchPredicateFieldMoreStep Modifier and Type Method Description MatchPredicateFieldMoreStep<?,?>MatchPredicateFieldStepImpl. fields(String... fieldPaths)
-