Uses of Class
org.elasticsearch.ingest.Pipeline
-
Packages that use Pipeline Package Description org.elasticsearch.ingest -
-
Uses of Pipeline in org.elasticsearch.ingest
Methods in org.elasticsearch.ingest that return Pipeline Modifier and Type Method Description static PipelinePipeline. create(String id, Map<String,Object> config, Map<String,Processor.Factory> processorFactories, ScriptService scriptService)PipelineIngestService. getPipeline(String id)Returns the pipeline by the specified idMethods in org.elasticsearch.ingest with parameters of type Pipeline Modifier and Type Method Description voidIngestDocument. executePipeline(Pipeline pipeline, BiConsumer<IngestDocument,Exception> handler)Executes the given pipeline with for this document unless the pipeline has already been executed for this document.
-