Interface RangePredicateFieldMoreGenericStep<SR,S extends RangePredicateFieldMoreGenericStep<SR,?,N,V,T>,N extends RangePredicateOptionsStep<?>,V,T>

Type Parameters:
SR - Scope root type.
S - The "self" type (the actual exposed type of this step).
N - The type of the next step.
V - The type representing the fields.
T - The type of the boundary values.
All Superinterfaces:
MultiFieldPredicateFieldBoostStep<S>, RangePredicateMatchingGenericStep<T,N>
All Known Subinterfaces:
RangePredicateFieldMoreStep<SR,S,N>

public interface RangePredicateFieldMoreGenericStep<SR,S extends RangePredicateFieldMoreGenericStep<SR,?,N,V,T>,N extends RangePredicateOptionsStep<?>,V,T> extends RangePredicateMatchingGenericStep<T,N>, MultiFieldPredicateFieldBoostStep<S>
The step in a "range" predicate definition where the limits of the range to match can be set (see the superinterface RangePredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.