Interface BooleanPredicateClausesStep<S extends BooleanPredicateClausesStep<?>>
-
- Type Parameters:
S- The "self" type (the actual exposed type of this step).
- All Superinterfaces:
BooleanPredicateOptionsCollector<BooleanPredicateOptionsCollector<?>>,GenericBooleanPredicateClausesStep<S,BooleanPredicateOptionsCollector<?>>,PredicateFinalStep,PredicateScoreStep<S>
- All Known Implementing Classes:
BooleanPredicateClausesStepImpl
public interface BooleanPredicateClausesStep<S extends BooleanPredicateClausesStep<?>> extends GenericBooleanPredicateClausesStep<S,BooleanPredicateOptionsCollector<?>>
The initial and final step in a boolean predicate definition, where clauses can be added.Different types of clauses have different effects, see
BooleanPredicateOptionsCollector.
-
-
Method Summary
-
Methods inherited from interface org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateOptionsCollector
hasClause
-
Methods inherited from interface org.hibernate.search.engine.search.predicate.dsl.GenericBooleanPredicateClausesStep
filter, filter, filter, minimumShouldMatch, minimumShouldMatch, minimumShouldMatchNumber, minimumShouldMatchPercent, must, must, must, mustNot, mustNot, mustNot, should, should, should, with
-
Methods inherited from interface org.hibernate.search.engine.search.predicate.dsl.PredicateFinalStep
toPredicate
-
Methods inherited from interface org.hibernate.search.engine.search.predicate.dsl.PredicateScoreStep
boost, constantScore
-
-