| Package | Description |
|---|---|
| org.hibernate.search.engine.search.dsl.predicate |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MinimumShouldMatchMoreStep<N>
The step in a "minimum should match" constraint definition
where the constraint definition can be
ended,
or more conditions can be added. |
| Modifier and Type | Method and Description |
|---|---|
MinimumShouldMatchConditionStep<? extends BooleanPredicateClausesStep> |
BooleanPredicateClausesStep.minimumShouldMatch()
Start defining the minimum number of "should" constraints that have to match
in order for the boolean predicate to match.
|
| Modifier and Type | Method and Description |
|---|---|
BooleanPredicateClausesStep |
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.
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.