Interface MatchPredicateFieldMoreStep<S extends MatchPredicateFieldMoreStep<?,N>,N extends MatchPredicateOptionsStep<?>>

Type Parameters:
S - The "self" type (the actual exposed type of this step).
N - The type of the next step.
All Superinterfaces:
MatchPredicateFieldMoreGenericStep<S,N,Object,String>, MatchPredicateMatchingGenericStep<N,Object>, MatchPredicateMatchingStep<N>, MultiFieldPredicateFieldBoostStep<S>

public interface MatchPredicateFieldMoreStep<S extends MatchPredicateFieldMoreStep<?,N>,N extends MatchPredicateOptionsStep<?>> extends MatchPredicateMatchingStep<N>, MatchPredicateFieldMoreGenericStep<S,N,Object,String>
The step in a "match" predicate definition where the value to match can be set (see the superinterface MatchPredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.