AbstractProcessor |
An Abstract Processor that holds a processorTag field to be used
by other processors.
|
CompoundProcessor |
A Processor that executes a list of other "processors".
|
ConditionalProcessor |
|
ConfigurationUtils |
|
DropProcessor |
Drop processor only returns null for the execution result to indicate that any document
executed by it should not be indexed.
|
DropProcessor.Factory |
|
IngestDocument |
Represents a single document being captured before indexing and holds the source and metadata (like id, type and index).
|
IngestInfo |
|
IngestMetadata |
Holds the ingest pipelines that are available in the cluster
|
IngestService |
Holder class for several ingest related services.
|
IngestStats |
|
IngestStats.PipelineStat |
Container for pipeline stats.
|
IngestStats.ProcessorStat |
Container for processor stats.
|
IngestStats.Stats |
|
Pipeline |
A pipeline is a list of Processor instances grouped under a unique id.
|
PipelineConfiguration |
Encapsulates a pipeline's id and configuration as a blob
|
PipelineProcessor |
|
PipelineProcessor.Factory |
|
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.
|
ProcessorInfo |
|
TrackingResultProcessor |
Processor to be used within Simulate API to keep track of processors executed in pipeline.
|
ValueSource.ByteValue |
|
ValueSource.ListValue |
|
ValueSource.MapValue |
|
ValueSource.ObjectValue |
|
ValueSource.TemplatedValue |
|