Class AttachmentProcessor
java.lang.Object
co.elastic.clients.elasticsearch.ingest.ProcessorBase
co.elastic.clients.elasticsearch.ingest.AttachmentProcessor
- All Implemented Interfaces:
ProcessorVariant,JsonpSerializable
@JsonpDeserializable
public class AttachmentProcessor
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<AttachmentProcessor>Json deserializer forAttachmentProcessor -
Method Summary
Modifier and TypeMethodDescriptionProcessor variant kind.final Stringfield()Required - API name:fieldfinal BooleanAPI name:ignore_missingfinal LongAPI name:indexed_charsfinal StringAPI name:indexed_chars_fieldstatic AttachmentProcessorAPI name:propertiesfinal BooleanAPI name:remove_binaryfinal StringAPI name:resource_nameprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal StringAPI name:target_fieldMethods 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 forAttachmentProcessor
-
-
Method Details
-
of
public static AttachmentProcessor of(Function<AttachmentProcessor.Builder, ObjectBuilder<AttachmentProcessor>> fn) -
_processorKind
Processor variant kind.- Specified by:
_processorKindin interfaceProcessorVariant
-
field
Required - API name:field -
ignoreMissing
API name:ignore_missing -
indexedChars
API name:indexed_chars -
indexedCharsField
API name:indexed_chars_field -
properties
API name:properties -
targetField
API name:target_field -
removeBinary
API name:remove_binary -
resourceName
API name:resource_name -
serializeInternal
- Overrides:
serializeInternalin classProcessorBase
-
setupAttachmentProcessorDeserializer
protected static void setupAttachmentProcessorDeserializer(ObjectDeserializer<AttachmentProcessor.Builder> op)
-