public interface BooleanJunctionPredicateBuilder<B> extends SearchPredicateBuilder<B>
Modifier and Type | Method and Description |
---|---|
void |
filter(B clauseBuilder) |
void |
minimumShouldMatchNumber(int ignoreConstraintCeiling,
int matchingClausesNumber)
|
void |
minimumShouldMatchPercent(int ignoreConstraintCeiling,
int matchingClausesPercent)
|
void |
must(B clauseBuilder) |
void |
mustNot(B clauseBuilder) |
void |
should(B clauseBuilder) |
boost, toImplementation
void must(B clauseBuilder)
void should(B clauseBuilder)
void mustNot(B clauseBuilder)
void filter(B clauseBuilder)
void minimumShouldMatchNumber(int ignoreConstraintCeiling, int matchingClausesNumber)
ignoreConstraintCeiling
- The maximum number of "should" clauses above which this constraint
will cease to be ignored.matchingClausesNumber
- A definition of the number of "should" clauses that have to match.void minimumShouldMatchPercent(int ignoreConstraintCeiling, int matchingClausesPercent)
ignoreConstraintCeiling
- The maximum number of "should" clauses above which this constraint
will cease to be ignored.matchingClausesPercent
- A definition of the number of "should" clauses that have to match, as a percentage.Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.