Interface SimpleBooleanPredicateOptionsStep<S extends SimpleBooleanPredicateOptionsStep<?>>
-
- Type Parameters:
S- The "self" type (the actual exposed type of this step).
- All Superinterfaces:
PredicateFinalStep,PredicateScoreStep<S>
- All Known Subinterfaces:
SimpleBooleanPredicateClausesStep<S>
- All Known Implementing Classes:
SimpleBooleanPredicateClausesStepImpl
public interface SimpleBooleanPredicateOptionsStep<S extends SimpleBooleanPredicateOptionsStep<?>> extends PredicateScoreStep<S>, PredicateFinalStep
The initial and final step in a "simple boolean predicate" definition, where options can be set.
-
-
Method Summary
-
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
-
-