Class AttachmentProcessor
java.lang.Object
org.opensearch.client.opensearch.ingest.ProcessorBase
org.opensearch.client.opensearch.ingest.AttachmentProcessor
- All Implemented Interfaces:
ToJsonp
public final class AttachmentProcessor extends ProcessorBase
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAttachmentProcessor.BuilderBuilder forAttachmentProcessor.Nested classes/interfaces inherited from class org.opensearch.client.opensearch.ingest.ProcessorBase
ProcessorBase.AbstractBuilder<BuilderT extends ProcessorBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<AttachmentProcessor>DESERIALIZERJson deserializer for AttachmentProcessor -
Constructor Summary
Constructors Modifier Constructor Description protectedAttachmentProcessor(AttachmentProcessor.Builder builder) -
Method Summary
Modifier and Type Method Description java.lang.Stringfield()API name:fieldjava.lang.BooleanignoreMissing()API name:ignore_missingjava.lang.NumberindexedChars()API name:indexed_charsjava.lang.StringindexedCharsField()API name:indexed_chars_fieldjava.util.List<java.lang.String>properties()API name:propertiesjava.lang.StringresourceName()API name:resource_nameprotected static voidsetupAttachmentProcessorDeserializer(DelegatingDeserializer<AttachmentProcessor.Builder> op)java.lang.StringtargetField()API name:target_fieldprotected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Methods inherited from class org.opensearch.client.opensearch.ingest.ProcessorBase
if_, ignoreFailure, onFailure, setupProcessorBaseDeserializer, tag, toJsonp
-
Field Details
-
DESERIALIZER
Json deserializer for AttachmentProcessor
-
-
Constructor Details
-
Method Details
-
field
public java.lang.String field()API name:field -
ignoreMissing
@Nullable public java.lang.Boolean ignoreMissing()API name:ignore_missing -
indexedChars
@Nullable public java.lang.Number indexedChars()API name:indexed_chars -
indexedCharsField
@Nullable public java.lang.String indexedCharsField()API name:indexed_chars_field -
properties
@Nullable public java.util.List<java.lang.String> properties()API name:properties -
targetField
@Nullable public java.lang.String targetField()API name:target_field -
resourceName
@Nullable public java.lang.String resourceName()API name:resource_name -
toJsonpInternal
- Overrides:
toJsonpInternalin classProcessorBase
-
setupAttachmentProcessorDeserializer
protected static void setupAttachmentProcessorDeserializer(DelegatingDeserializer<AttachmentProcessor.Builder> op)
-