Class AppendProcessor
java.lang.Object
co.elastic.clients.elasticsearch.ingest.ProcessorBase
co.elastic.clients.elasticsearch.ingest.AppendProcessor
- 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<AppendProcessor>Json deserializer forAppendProcessor -
Method Summary
Modifier and TypeMethodDescriptionProcessor variant kind.final BooleanAPI name:allow_duplicatesfinal Stringfield()Required - API name:fieldstatic AppendProcessorprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidvalue()Required - API name:valueMethods 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 forAppendProcessor
-
-
Method Details
-
of
public static AppendProcessor of(Function<AppendProcessor.Builder, ObjectBuilder<AppendProcessor>> fn) -
_processorKind
Processor variant kind.- Specified by:
_processorKindin interfaceProcessorVariant
-
field
Required - API name:field -
value
Required - API name:value -
allowDuplicates
API name:allow_duplicates -
serializeInternal
- Overrides:
serializeInternalin classProcessorBase
-
setupAppendProcessorDeserializer
protected static void setupAppendProcessorDeserializer(ObjectDeserializer<AppendProcessor.Builder> op)
-