Custom Document Processor
Allows you to plug in custom code packaged as a CVPlugin into the document processing pipeline.
For more information, see Packaging Custom Components as Plugins in the Exalead CloudView Programmer's Guide.
Custom Document ProcessorAllows you to plug in custom code packaged as a CVPlugin into the document processing pipeline. For more information, see Packaging Custom Components as Plugins in the Exalead CloudView Programmer's Guide. Java Document ProcessorTakes Java code either inline or from a file, and executes it on-the-fly. For production mode, it is best to use the packaging custom code as a Java Plugin (CVPlugin) and using the Custom Document Processor to call it.Plug-ins allow better packaging and source code maintenance. For more information, see Packaging Custom Components as Plugins in the Exalead CloudView Programmer's Guide. Remote HTTP TransformerPosts part bytes to the remote HTTP service, and gets the entered resource as a result. The remote service may return a Document.MIME_V10 document, or any other document that can later be processed in the pipeline. If the remote service returns a non "OK" HTTP status (!= 200 error code), the corresponding error passes as a regular error. The service may also advertise a file name, using the standard Content-Disposition's
|