Class RegexOptions.Builder
java.lang.Object
org.elasticsearch.search.suggest.completion.RegexOptions.Builder
- Enclosing class:
- RegexOptions
Options for regular expression queries
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Sets the regular expression syntax flags seeRegexpFlagsetMaxDeterminizedStates(int maxDeterminizedStates)Sets the maximum automaton states allowed for the regular expression expansion
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setFlags
Sets the regular expression syntax flags seeRegexpFlag -
setMaxDeterminizedStates
Sets the maximum automaton states allowed for the regular expression expansion -
build
-