Interface MatchIdPredicateOptionsStep<S extends MatchIdPredicateOptionsStep<?>>
-
- Type Parameters:
S
- The "self" type (the actual exposed type of this step).
- All Superinterfaces:
PredicateFinalStep
,PredicateScoreStep<S>
- All Known Subinterfaces:
MatchIdPredicateMatchingMoreStep<S,N>
public interface MatchIdPredicateOptionsStep<S extends MatchIdPredicateOptionsStep<?>> extends PredicateFinalStep, PredicateScoreStep<S>
The final step in a "match id" predicate definition, where optional parameters can be set.
-
-
Method Summary
-
Methods inherited from interface org.hibernate.search.engine.search.predicate.dsl.PredicateFinalStep
toPredicate
-
Methods inherited from interface org.hibernate.search.engine.search.predicate.dsl.PredicateScoreStep
boost, constantScore
-
-