Class RegexOptions.Builder

org.elasticsearch.search.suggest.completion.RegexOptions.Builder
Enclosing class:
RegexOptions

public static class RegexOptions.Builder extends
Options for regular expression queries
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     flags)
    Sets the regular expression syntax flags see RegexpFlag
    setMaxDeterminizedStates​(int maxDeterminizedStates)
    Sets the maximum automaton states allowed for the regular expression expansion

    Methods inherited from class java.lang.

    , , , , , , , , , ,
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • setFlags

      public  flags)
      Sets the regular expression syntax flags see RegexpFlag
    • setMaxDeterminizedStates

      public RegexOptions.Builder setMaxDeterminizedStates(int maxDeterminizedStates)
      Sets the maximum automaton states allowed for the regular expression expansion
    • build

      public RegexOptions build()