Interface MatchPredicateMatchingStep<N extends MatchPredicateOptionsStep<?>>
- Type Parameters:
N- The type of the next step.
- All Known Subinterfaces:
MatchPredicateFieldMoreStep<S,N>
public interface MatchPredicateMatchingStep<N extends MatchPredicateOptionsStep<?>>
The step in a "match" predicate definition where the value to match can be set.
-
Method Summary
-
Method Details
-
matching
Require at least one of the targeted fields to match the given value.This method will apply DSL converters to
valuebefore Hibernate Search attempts to interpret it as a field value. SeeValueConvert.YES.- Parameters:
value- The value to match. The signature of this method defines this parameter as anObject, but a specific type is expected depending on the targeted field. SeeValueConvert.YESfor more information.- Returns:
- The next step.
- See Also:
-
matching
Require at least one of the targeted fields to match the given value.- Parameters:
value- The value to match. The signature of this method defines this parameter as anObject, but a specific type is expected depending on the targeted field and on thedslConverterparameter. SeeValueConvertfor more information.convert- Controls how thevalueshould be converted before Hibernate Search attempts to interpret it as a field value. SeeValueConvertfor more information.- Returns:
- The next step.
- See Also:
-