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 TypeInterfaceDescriptioninterfaceThe 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> CommonMinimumShouldMatchOptionsStep.minimumShouldMatch()GenericBooleanPredicateClausesStep.minimumShouldMatch()Method parameters in org.hibernate.search.engine.search.predicate.dsl with type arguments of type MinimumShouldMatchConditionStepModifier and TypeMethodDescriptionCommonMinimumShouldMatchOptionsStep.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)