Class RegexOptions.Builder
java.lang.Object
org.elasticsearch.search.suggest.completion.RegexOptions.Builder
- Enclosing class:
- RegexOptions
public static class RegexOptions.Builder
extends java.lang.Object
Options for regular expression queries
-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description RegexOptionsbuild()RegexOptions.BuildersetFlags(java.lang.String flags)Sets the regular expression syntax flags seeRegexpFlagRegexOptions.BuildersetMaxDeterminizedStates(int maxDeterminizedStates)Sets the maximum automaton states allowed for the regular expression expansionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-