Class RegexOptions.Builder
java.lang.Object
org.opensearch.search.suggest.completion.RegexOptions.Builder
- Enclosing class:
RegexOptions
Options for regular expression queries
- Opensearch.internal:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Sets the regular expression syntax flags seeRegexpFlag
setMaxDeterminizedStates
(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
-