Uses of Class
org.elasticsearch.ingest.CompoundProcessor
-
Packages that use CompoundProcessor Package Description org.elasticsearch.ingest -
-
Uses of CompoundProcessor in org.elasticsearch.ingest
Methods in org.elasticsearch.ingest that return CompoundProcessor Modifier and Type Method Description static CompoundProcessorTrackingResultProcessor. decorate(CompoundProcessor compoundProcessor, List<SimulateProcessorResult> processorResultList)CompoundProcessorPipeline. getCompoundProcessor()Get the underlyingCompoundProcessorcontaining the Pipeline's processorsMethods in org.elasticsearch.ingest with parameters of type CompoundProcessor Modifier and Type Method Description static CompoundProcessorTrackingResultProcessor. decorate(CompoundProcessor compoundProcessor, List<SimulateProcessorResult> processorResultList)Constructors in org.elasticsearch.ingest with parameters of type CompoundProcessor Constructor Description Pipeline(String id, String description, Integer version, CompoundProcessor compoundProcessor)
-