Package | Description |
---|---|
org.hibernate.search.engine.search.dsl.predicate |
Modifier and Type | Interface and Description |
---|---|
interface |
MinimumShouldMatchNonEmptyContext<N>
The context used when at least one "minimum should match" constraint was defined,
allowing to
define more constraints
or to end the definition and get back to the parent context. |
Modifier and Type | Method and Description |
---|---|
MinimumShouldMatchContext<? extends BooleanJunctionPredicateContext> |
BooleanJunctionPredicateContext.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 |
---|---|
BooleanJunctionPredicateContext |
BooleanJunctionPredicateContext.minimumShouldMatch(Consumer<? super MinimumShouldMatchContext<?>> 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.