Interface SimpleBooleanPredicateClausesStep<S extends SimpleBooleanPredicateClausesStep<?>>
-
- Type Parameters:
S- The "self" type (the actual exposed type of this step).
- All Superinterfaces:
GenericSimpleBooleanPredicateClausesStep<S,SimpleBooleanPredicateClausesCollector<?>>,PredicateFinalStep,PredicateScoreStep<S>,SimpleBooleanPredicateClausesCollector<SimpleBooleanPredicateClausesCollector<?>>,SimpleBooleanPredicateOptionsStep<S>
- All Known Implementing Classes:
SimpleBooleanPredicateClausesStepImpl
public interface SimpleBooleanPredicateClausesStep<S extends SimpleBooleanPredicateClausesStep<?>> extends GenericSimpleBooleanPredicateClausesStep<S,SimpleBooleanPredicateClausesCollector<?>>, SimpleBooleanPredicateOptionsStep<S>
The initial and final step in a "simple boolean predicate" definition, where clauses can be added and options can be set.
-
-
Method Summary
-
Methods inherited from interface org.hibernate.search.engine.search.predicate.dsl.GenericSimpleBooleanPredicateClausesStep
add, add, add, 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
-
Methods inherited from interface org.hibernate.search.engine.search.predicate.dsl.SimpleBooleanPredicateClausesCollector
hasClause
-
-