Interface PhrasePredicateMatchingStep<N extends PhrasePredicateOptionsStep<?>>
- Type Parameters:
N
- The type of the next step.
- All Known Subinterfaces:
PhrasePredicateFieldMoreStep<S,
N>
public interface PhrasePredicateMatchingStep<N extends PhrasePredicateOptionsStep<?>>
The step in a "phrase" predicate definition where the phrase to match can be set.
-
Method Summary
-
Method Details
-
matching
Require at least one of the targeted fields to match the given phrase.- Parameters:
phrase
- The phrase to match.- Returns:
- The next step.
-