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 interfaceMinimumShouldMatchMoreStep<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<? 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<S>GenericBooleanPredicateClausesStep. minimumShouldMatch()Method parameters in org.hibernate.search.engine.search.predicate.dsl with type arguments of type MinimumShouldMatchConditionStep Modifier and Type Method Description SBooleanPredicateOptionsCollector. 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.SGenericBooleanPredicateClausesStep. minimumShouldMatch(Consumer<? super MinimumShouldMatchConditionStep<?>> constraintContributor)
-