Class SplitProcessor
java.lang.Object
co.elastic.clients.elasticsearch.ingest.ProcessorBase
co.elastic.clients.elasticsearch.ingest.SplitProcessor
- All Implemented Interfaces:
ProcessorVariant,JsonpSerializable
- 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<SplitProcessor>Json deserializer forSplitProcessor -
Method Summary
Modifier and TypeMethodDescriptionProcessor variant kind.final Stringfield()Required - The field to split.final BooleanIftrueandfielddoes not exist, the processor quietly exits without modifying the document.static SplitProcessorfinal BooleanPreserves empty trailing fields, if any.final StringRequired - A regex which matches the separator, for example,,or\s+.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal StringThe field to assign the split value to.Methods 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 forSplitProcessor
-
-
Method Details
-
of
-
_processorKind
Processor variant kind.- Specified by:
_processorKindin interfaceProcessorVariant
-
field
Required - The field to split.API name:
field -
ignoreMissing
Iftrueandfielddoes not exist, the processor quietly exits without modifying the document.API name:
ignore_missing -
preserveTrailing
Preserves empty trailing fields, if any.API name:
preserve_trailing -
separator
Required - A regex which matches the separator, for example,,or\s+.API name:
separator -
targetField
The field to assign the split value to. By default, the field is updated in-place.API name:
target_field -
serializeInternal
- Overrides:
serializeInternalin classProcessorBase
-
setupSplitProcessorDeserializer
protected static void setupSplitProcessorDeserializer(ObjectDeserializer<SplitProcessor.Builder> op)
-