Interface SimpleQueryStringPredicateOptionsStep<S extends SimpleQueryStringPredicateOptionsStep<?>>
- Type Parameters:
S
- The "self" type (the actual exposed type of this step).
- All Superinterfaces:
CommonQueryStringPredicateOptionsStep<S>
,PredicateFinalStep
,PredicateScoreStep<S>
public interface SimpleQueryStringPredicateOptionsStep<S extends SimpleQueryStringPredicateOptionsStep<?>>
extends CommonQueryStringPredicateOptionsStep<S>
The final step in a "simple query string" predicate definition, where optional parameters can be set.
-
Method Summary
Modifier and TypeMethodDescriptionflags
(Set<SimpleQueryFlag> flags) Enable operation in the given flags.default S
flags
(SimpleQueryFlag... flags) Enable operation in the given flags.Methods inherited from interface org.hibernate.search.engine.search.predicate.dsl.CommonQueryStringPredicateOptionsStep
analyzer, defaultOperator, minimumShouldMatch, minimumShouldMatch, minimumShouldMatchNumber, minimumShouldMatchPercent, skipAnalysis
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
-
Method Details
-
flags
Enable operation in the given flags.- Parameters:
flags
- The operation flags.- Returns:
this
, for method chaining.
-
flags
Enable operation in the given flags.- Parameters:
flags
- The operation flags.- Returns:
this
, for method chaining.
-