Class RegexOptions
java.lang.Object
co.elastic.clients.elasticsearch.core.search.RegexOptions
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<RegexOptions>Json deserializer forRegexOptions -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringflags()Optional operators for the regular expression.final IntegerMaximum number of automaton states required for the query.static RegexOptionsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forRegexOptions
-
-
Method Details
-
of
-
flags
Optional operators for the regular expression.API name:
flags -
maxDeterminizedStates
Maximum number of automaton states required for the query.API name:
max_determinized_states -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupRegexOptionsDeserializer
-