XML Configuration Reference : Connector : CustomPostProcessingPipeline
 
CustomPostProcessingPipeline
com.exalead.mercury.mami.connect.v10.CustomPostProcessingPipeline
Post-processing pipeline based on a custom Java class. A component must be providing, implementing the com.exalead.dataprocessing.processors.cloudview.papi.connect.ConnectorDataProcessingPipelineBuilder.java interface. The component must be packaged in a plugin. The ConnectorDataProcessingPipelineBuilder must create its DataProcessing API pipeline, and all documents will be sent through it.
Parent elements:
com.exalead.mercury.mami.connect.v10.Connector (as Connector)
Attributes:
Name
Type
Default value
Description
builderClassId
string
Java class id of the PipelineBuilder implementation.
Nested elements:
Name
Type
Description
KeyValue
exa.bee.KeyValue*
Configuration of the PipelineBuilder implementation.