Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.MatchPredicateFieldMoreGenericStep
Packages that use MatchPredicateFieldMoreGenericStep
-
Uses of MatchPredicateFieldMoreGenericStep in org.hibernate.search.engine.search.predicate.dsl
Classes in org.hibernate.search.engine.search.predicate.dsl with type parameters of type MatchPredicateFieldMoreGenericStepModifier and TypeInterfaceDescriptioninterfaceMatchPredicateFieldMoreGenericStep<S extends MatchPredicateFieldMoreGenericStep<?,N, T, V>, N extends MatchPredicateOptionsStep<?>, T, V> 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.Subinterfaces of MatchPredicateFieldMoreGenericStep in org.hibernate.search.engine.search.predicate.dslModifier and TypeInterfaceDescriptioninterfaceMatchPredicateFieldMoreStep<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.Methods in org.hibernate.search.engine.search.predicate.dsl that return MatchPredicateFieldMoreGenericStepModifier and TypeMethodDescriptiondefault <T> MatchPredicateFieldMoreGenericStep<?, ?, T, MatchPredicateFieldReference<? super SR, T>> MatchPredicateFieldStep.field(MatchPredicateFieldReference<? super SR, T> fieldReference) Target the given field in the match predicate.<T> MatchPredicateFieldMoreGenericStep<?, ?, T, MatchPredicateFieldReference<? super SR, T>> MatchPredicateFieldStep.fields(MatchPredicateFieldReference<? super SR, T>... fieldReferences) Target the given fields in the match predicate.