Interface MinimumShouldMatchMoreStep<N>

Type Parameters:
N - The type of the next step of the predicate definition (returned by end()).
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 be ended, or more conditions can be added.

See "minimumShouldMatch" constraints.

  • Method Summary

    Modifier and Type
    Method
    Description
    end()
    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 Details

    • end

      N end()
      End the "minimum should match" constraint definition and continue the predicate definition.
      Returns:
      The next step of the predicate definition.