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.-
Method Summary
Methods inherited from interface org.hibernate.search.engine.search.predicate.dsl.MultiFieldPredicateFieldBoostStep
boost
-
Method Details
-
field
Target the given field in the range predicate, as an alternative to the already-targeted fields.See
RangePredicateFieldStep.field(RangePredicateFieldReference)
for more information about targeting fields.- Parameters:
field
- The field with a path to the index field to apply the predicate on.- Returns:
- The next step.
- See Also:
-
fields
Target the given fields in the range predicate, as an alternative to the already-targeted fields.See
RangePredicateFieldStep.fields(RangePredicateFieldReference...)
for more information about targeting fields.- Parameters:
fields
- The fields with paths to the index fields to apply the predicate on.- Returns:
- The next step.
- See Also:
-