Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.MinimumShouldMatchConditionStep
-
Packages that use MinimumShouldMatchConditionStep Package Description org.hibernate.search.engine.search.predicate.dsl -
-
Uses of MinimumShouldMatchConditionStep in org.hibernate.search.engine.search.predicate.dsl
Subinterfaces of MinimumShouldMatchConditionStep in org.hibernate.search.engine.search.predicate.dsl Modifier and Type Interface Description interface
MinimumShouldMatchMoreStep<N>
The step in a "minimum should match" constraint definition where the constraint definition can beended
, ormore conditions can be added
.Methods in org.hibernate.search.engine.search.predicate.dsl that return MinimumShouldMatchConditionStep Modifier and Type Method Description MinimumShouldMatchConditionStep<S>
BooleanPredicateClausesStep. minimumShouldMatch()
Start defining the minimum number of "should" constraints that have to match in order for the boolean predicate to match.Method parameters in org.hibernate.search.engine.search.predicate.dsl with type arguments of type MinimumShouldMatchConditionStep Modifier and Type Method Description S
BooleanPredicateClausesStep. minimumShouldMatch(Consumer<? super MinimumShouldMatchConditionStep<?>> constraintContributor)
Start defining the minimum number of "should" constraints that have to match in order for the boolean predicate to match.
-