public final class SplitProcessor extends AbstractProcessor
| Modifier and Type | Class and Description |
|---|---|
static class |
SplitProcessor.Factory |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE |
tag| Modifier and Type | Method and Description |
|---|---|
void |
execute(IngestDocument document)
Introspect and potentially modify the incoming data.
|
java.lang.String |
getType()
Gets the type of a processor
|
getTagpublic static final java.lang.String TYPE
public void execute(IngestDocument document)
Processorpublic java.lang.String getType()
Processor