Class SaveDocumentTransformer

java.lang.Object
com.norconex.importer.handler.transformer.impl.SaveDocumentTransformer
All Implemented Interfaces:
Configurable<SaveDocumentTransformerConfig>, ConfigurableDocHandler<SaveDocumentTransformerConfig>, DocHandler

public class SaveDocumentTransformer extends Object implements ConfigurableDocHandler<SaveDocumentTransformerConfig>

Saves a copy of the document at its current processing state in the specified directory. If no directory is specified, the default is "./savedDocuments". It is recommended to use this tagger as a pre-parse handler if you want to save the original file.

Any maximum file path length value below 10 is considered unlimited (the default).

See Also: