Interface QueryStringPredicateFieldMoreStep<S extends QueryStringPredicateFieldMoreStep<?,N>,N extends QueryStringPredicateOptionsStep<?>>

Type Parameters:
S - The "self" type (the actual exposed type of this step).
N - The type of the next step.
All Superinterfaces:
CommonQueryStringPredicateFieldMoreStep<S,N>, CommonQueryStringPredicateMatchingStep<N>, MultiFieldPredicateFieldBoostStep<S>

public interface QueryStringPredicateFieldMoreStep<S extends QueryStringPredicateFieldMoreStep<?,N>,N extends QueryStringPredicateOptionsStep<?>> extends CommonQueryStringPredicateFieldMoreStep<S,N>
The step in a "query string" predicate definition where the query string to match can be set (see the superinterface QueryStringPredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.