Uses of Interface
org.elasticsearch.ingest.Processor.Factory
-
Packages that use Processor.Factory Package Description org.elasticsearch.ingest org.elasticsearch.plugins -
-
Uses of Processor.Factory in org.elasticsearch.ingest
Classes in org.elasticsearch.ingest that implement Processor.Factory Modifier and Type Class Description static classPipelineProcessor.FactoryMethods in org.elasticsearch.ingest that return types with arguments of type Processor.Factory Modifier and Type Method Description Map<String,Processor.Factory>IngestService. getProcessorFactories()Method parameters in org.elasticsearch.ingest with type arguments of type Processor.Factory Modifier and Type Method Description PipelineProcessorPipelineProcessor.Factory. create(Map<String,Processor.Factory> registry, String processorTag, Map<String,Object> config)ProcessorProcessor.Factory. create(Map<String,Processor.Factory> processorFactories, String tag, Map<String,Object> config)Creates a processor based on the specified map of maps config.static ProcessorConfigurationUtils. readProcessor(Map<String,Processor.Factory> processorFactories, ScriptService scriptService, String type, Object config)static ProcessorConfigurationUtils. readProcessor(Map<String,Processor.Factory> processorFactories, ScriptService scriptService, String type, Map<String,Object> config)static List<Processor>ConfigurationUtils. readProcessorConfigs(List<Map<String,Object>> processorConfigs, ScriptService scriptService, Map<String,Processor.Factory> processorFactories) -
Uses of Processor.Factory in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins that return types with arguments of type Processor.Factory Modifier and Type Method Description default Map<String,Processor.Factory>IngestPlugin. getProcessors(Processor.Parameters parameters)Returns additional ingest processor types added by this plugin.
-