public interface Processor
Modifier and Type | Interface and Description |
---|---|
static interface |
Processor.Factory
A factory that knows how to construct a processor based on a map of maps.
|
static class |
Processor.Parameters
Infrastructure class that holds services that can be used by processor factories to create processor instances
and that gets passed around to all
IngestPlugin s. |
Modifier and Type | Method and Description |
---|---|
void |
execute(IngestDocument ingestDocument)
Introspect and potentially modify the incoming data.
|
java.lang.String |
getTag()
Gets the tag of a processor.
|
java.lang.String |
getType()
Gets the type of a processor
|
void execute(IngestDocument ingestDocument) throws java.lang.Exception
java.lang.Exception
java.lang.String getType()
java.lang.String getTag()