Interface TermsPredicateFieldMoreStep<S extends TermsPredicateFieldMoreStep<?,N>,N extends TermsPredicateOptionsStep<?>>

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

public interface TermsPredicateFieldMoreStep<S extends TermsPredicateFieldMoreStep<?,N>,N extends TermsPredicateOptionsStep<?>> extends TermsPredicateMatchingStep<N>, MultiFieldPredicateFieldBoostStep<S>
The step in a "terms" predicate definition where the terms to match can be set (see the superinterface TermsPredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.