Interface SimpleQueryStringPredicateMatchingStep<N extends SimpleQueryStringPredicateOptionsStep<?>>
-
- Type Parameters:
N
- The type of the next step.
- All Known Subinterfaces:
SimpleQueryStringPredicateFieldMoreStep<S,N>
public interface SimpleQueryStringPredicateMatchingStep<N extends SimpleQueryStringPredicateOptionsStep<?>>
The step in an "simple query string" predicate definition where the query string to match can be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
matching(String simpleQueryString)
Require at least one of the targeted fields to match the given query string.
-