Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.MinimumShouldMatchConditionStep
Packages that use MinimumShouldMatchConditionStep
-
Uses of MinimumShouldMatchConditionStep in org.hibernate.search.engine.search.predicate.dsl
Subinterfaces of MinimumShouldMatchConditionStep in org.hibernate.search.engine.search.predicate.dslModifier and TypeInterfaceDescriptioninterface
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 MinimumShouldMatchConditionStepModifier and TypeMethodDescriptionMinimumShouldMatchConditionStep<? extends S>
BooleanPredicateOptionsCollector.minimumShouldMatch()
Start defining the minimum number of "should" constraints that have to match in order for the boolean predicate to match.MinimumShouldMatchConditionStep<? extends S>
CommonQueryStringPredicateOptionsStep.minimumShouldMatch()
GenericBooleanPredicateClausesStep.minimumShouldMatch()
Method parameters in org.hibernate.search.engine.search.predicate.dsl with type arguments of type MinimumShouldMatchConditionStepModifier and TypeMethodDescriptionBooleanPredicateOptionsCollector.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.CommonQueryStringPredicateOptionsStep.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.GenericBooleanPredicateClausesStep.minimumShouldMatch
(Consumer<? super MinimumShouldMatchConditionStep<?>> constraintContributor)