Uses of Package
org.elasticsearch.ingest
-
Classes in org.elasticsearch.ingest used by org.elasticsearch.action.admin.cluster.node.info Class Description IngestInfo -
Classes in org.elasticsearch.ingest used by org.elasticsearch.action.admin.cluster.node.stats Class Description IngestStats -
Classes in org.elasticsearch.ingest used by org.elasticsearch.action.bulk Class Description IngestService Holder class for several ingest related services. -
Classes in org.elasticsearch.ingest used by org.elasticsearch.action.ingest Class Description IngestDocument Represents a single document being captured before indexing and holds the source and metadata (like id, type and index).IngestService Holder class for several ingest related services.PipelineConfiguration Encapsulates a pipeline's id and configuration as a blob -
Classes in org.elasticsearch.ingest used by org.elasticsearch.ingest Class Description 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".IngestDocument Represents a single document being captured before indexing and holds the source and metadata (like id, type and index).IngestDocument.MetaData IngestInfo IngestMetadata Holds the ingest pipelines that are available in the clusterIngestService 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 ofProcessorinstances grouped under a unique id.PipelineConfiguration Encapsulates a pipeline's id and configuration as a blobPipelineProcessor Processor A processor implementation may modify the data belonging to a document.Processor.Factory A factory that knows how to construct a processor based on a map of maps.ProcessorInfo ValueSource Holds a value.WrappingProcessor A srapping processor is one that encapsulates an inner processor, or a processor that the wrapped processor enacts upon. -
Classes in org.elasticsearch.ingest used by org.elasticsearch.node Class Description IngestService Holder class for several ingest related services. -
Classes in org.elasticsearch.ingest used by org.elasticsearch.plugins Class Description Processor.Factory A factory that knows how to construct a processor based on a map of maps.Processor.Parameters Infrastructure class that holds services that can be used by processor factories to create processor instances and that gets passed around to allIngestPlugins.