Class IntervalsRegexp
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.IntervalsRegexp
- All Implemented Interfaces:
IntervalsQueryVariant,IntervalsVariant,JsonpSerializable
@JsonpDeserializable
public class IntervalsRegexp
extends Object
implements IntervalsQueryVariant, IntervalsVariant, JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<IntervalsRegexp>Json deserializer forIntervalsRegexp -
Method Summary
Modifier and TypeMethodDescriptionIntervals variant kind.IntervalsQuery variant kind.final Stringanalyzer()Analyzer used to analyze theprefix.static IntervalsRegexpfinal Stringpattern()Required - Regex pattern.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final StringuseField()If specified, match intervals from this field rather than the top-level field.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch._types.query_dsl.IntervalsVariant
_toIntervals
-
Field Details
-
_DESERIALIZER
Json deserializer forIntervalsRegexp
-
-
Method Details
-
of
public static IntervalsRegexp of(Function<IntervalsRegexp.Builder, ObjectBuilder<IntervalsRegexp>> fn) -
_intervalsQueryKind
IntervalsQuery variant kind.- Specified by:
_intervalsQueryKindin interfaceIntervalsQueryVariant
-
_intervalsKind
Intervals variant kind.- Specified by:
_intervalsKindin interfaceIntervalsVariant
-
analyzer
Analyzer used to analyze theprefix.API name:
analyzer -
pattern
Required - Regex pattern.API name:
pattern -
useField
If specified, match intervals from this field rather than the top-level field. Theprefixis normalized using the search analyzer from this field, unlessanalyzeris specified separately.API name:
use_field -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupIntervalsRegexpDeserializer
protected static void setupIntervalsRegexpDeserializer(ObjectDeserializer<IntervalsRegexp.Builder> op)
-