Class DissectProcessor
java.lang.Object
co.elastic.clients.elasticsearch.ingest.ProcessorBase
co.elastic.clients.elasticsearch.ingest.DissectProcessor
- All Implemented Interfaces:
ProcessorVariant,JsonpSerializable
@JsonpDeserializable
public class DissectProcessor
extends ProcessorBase
implements ProcessorVariant
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch.ingest.ProcessorBase
ProcessorBase.AbstractBuilder<BuilderT extends ProcessorBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<DissectProcessor>Json deserializer forDissectProcessor -
Method Summary
Modifier and TypeMethodDescriptionProcessor variant kind.final StringThe character(s) that separate the appended fields.final Stringfield()Required - The field to dissect.final BooleanIftrueandfielddoes not exist or isnull, the processor quietly exits without modifying the document.static DissectProcessorfinal Stringpattern()Required - The pattern to apply to the field.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidMethods inherited from class co.elastic.clients.elasticsearch.ingest.ProcessorBase
description, if_, ignoreFailure, onFailure, serialize, setupProcessorBaseDeserializer, tag, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch.ingest.ProcessorVariant
_toProcessor
-
Field Details
-
_DESERIALIZER
Json deserializer forDissectProcessor
-
-
Method Details
-
of
public static DissectProcessor of(Function<DissectProcessor.Builder, ObjectBuilder<DissectProcessor>> fn) -
_processorKind
Processor variant kind.- Specified by:
_processorKindin interfaceProcessorVariant
-
appendSeparator
The character(s) that separate the appended fields.API name:
append_separator -
field
Required - The field to dissect.API name:
field -
ignoreMissing
Iftrueandfielddoes not exist or isnull, the processor quietly exits without modifying the document.API name:
ignore_missing -
pattern
Required - The pattern to apply to the field.API name:
pattern -
serializeInternal
- Overrides:
serializeInternalin classProcessorBase
-
setupDissectProcessorDeserializer
protected static void setupDissectProcessorDeserializer(ObjectDeserializer<DissectProcessor.Builder> op)
-