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 Details

    • flags

      default S flags(SimpleQueryFlag... flags)
      Enable operation in the given flags.
      Parameters:
      flags - The operation flags.
      Returns:
      this, for method chaining.
    • flags

      S flags(Set<SimpleQueryFlag> flags)
      Enable operation in the given flags.
      Parameters:
      flags - The operation flags.
      Returns:
      this, for method chaining.