Interface MinimumShouldMatchMoreStep<N>
- Type Parameters:
N
- The type of the next step of the predicate definition (returned byend()
).
- All Superinterfaces:
MinimumShouldMatchConditionStep<N>
The step in a "minimum should match" constraint definition
where the constraint definition can be
ended
,
or more conditions can be added
.
-
Method Summary
Methods inherited from interface org.hibernate.search.engine.search.predicate.dsl.MinimumShouldMatchConditionStep
ifMoreThan
-
Method Details
-
end
N end()End the "minimum should match" constraint definition and continue the predicate definition.- Returns:
- The next step of the predicate definition.
-