Interface MinimumShouldMatchMoreStep<N>
-
- Type Parameters:
N- The type of the next step of the predicate definition (returned byend()).
- All Superinterfaces:
MinimumShouldMatchConditionStep<N>
public interface MinimumShouldMatchMoreStep<N> extends MinimumShouldMatchConditionStep<N>
The step in a "minimum should match" constraint definition where the constraint definition can beended, ormore conditions can be added.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Nend()End the "minimum should match" constraint definition and continue the predicate definition.-
Methods inherited from interface org.hibernate.search.engine.search.predicate.dsl.MinimumShouldMatchConditionStep
ifMoreThan
-
-
-
-
Method Detail
-
end
N end()
End the "minimum should match" constraint definition and continue the predicate definition.- Returns:
- The next step of the predicate definition.
-
-