Class SaveDocumentTransformerConfig

java.lang.Object
com.norconex.importer.handler.BaseLabelableConfig
com.norconex.importer.handler.BaseDocHandlerConfig
com.norconex.importer.handler.transformer.impl.SaveDocumentTransformerConfig
All Implemented Interfaces:
Labelable

public class SaveDocumentTransformerConfig extends BaseDocHandlerConfig

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: