Package org.opensearch.ingest.attachment
Class AttachmentProcessor
- java.lang.Object
-
- org.opensearch.ingest.AbstractProcessor
-
- org.opensearch.ingest.attachment.AttachmentProcessor
-
- All Implemented Interfaces:
Processor
public final class AttachmentProcessor extends AbstractProcessor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAttachmentProcessor.Factory-
Nested classes/interfaces inherited from interface org.opensearch.ingest.Processor
Processor.Parameters
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTYPE-
Fields inherited from class org.opensearch.ingest.AbstractProcessor
description, tag
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IngestDocumentexecute(IngestDocument ingestDocument)java.lang.StringgetType()-
Methods inherited from class org.opensearch.ingest.AbstractProcessor
getDescription, getTag
-
-
-
-
Field Detail
-
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
execute
public IngestDocument execute(IngestDocument ingestDocument)
-
getType
public java.lang.String getType()
-
-