Class FileQueuePipeline
java.lang.Object
com.norconex.commons.lang.pipeline.Pipeline<DocInfoPipelineContext>
com.norconex.collector.fs.pipeline.queue.FileQueuePipeline
- All Implemented Interfaces:
IPipelineStage<DocInfoPipelineContext>
Performs path handling logic before actual processing of the document
it represents takes place. That is, before any
document or document properties download is performed.
Instances are only valid for the scope of a single path.
This pipeline is responsible for storing potentially valid references
to the crawl data store queue.
- Author:
- Pascal Essiembre
-
Constructor Details
-
FileQueuePipeline
public FileQueuePipeline()
-