Uses of Class
com.norconex.crawler.core.doc.CrawlerDocContext
Packages that use CrawlerDocContext
Package
Description
-
Uses of CrawlerDocContext in com.norconex.crawler.core.doc
Methods in com.norconex.crawler.core.doc that return CrawlerDocContext -
Uses of CrawlerDocContext in com.norconex.crawler.core.doc.pipelines
Methods in com.norconex.crawler.core.doc.pipelines with parameters of type CrawlerDocContextModifier and TypeMethodDescriptionstatic booleanChecksumStageUtil.resolveDocumentChecksum(String newChecksum, CrawlerDocContext docCtx) static booleanChecksumStageUtil.resolveMetaChecksum(String newChecksum, CrawlerDocContext docCtx) -
Uses of CrawlerDocContext in com.norconex.crawler.core.doc.pipelines.committer
Methods in com.norconex.crawler.core.doc.pipelines.committer that return CrawlerDocContextConstructors in com.norconex.crawler.core.doc.pipelines.committer with parameters of type CrawlerDocContextModifierConstructorDescriptionCommitterPipelineContext(CrawlerSession crawlSession, CrawlerDocContext docContext) -
Uses of CrawlerDocContext in com.norconex.crawler.core.doc.pipelines.importer
Methods in com.norconex.crawler.core.doc.pipelines.importer that return CrawlerDocContextConstructors in com.norconex.crawler.core.doc.pipelines.importer with parameters of type CrawlerDocContextModifierConstructorDescriptionImporterPipelineContext(CrawlerSession crawlSession, CrawlerDocContext docContext) -
Uses of CrawlerDocContext in com.norconex.crawler.web.doc.pipelines.importer
Constructors in com.norconex.crawler.web.doc.pipelines.importer with parameters of type CrawlerDocContextModifierConstructorDescriptionWebImporterPipelineContext(CrawlerSession crawlSession, CrawlerDocContext docContext) -
Uses of CrawlerDocContext in com.norconex.crawler.web.fetch
Methods in com.norconex.crawler.web.fetch that return CrawlerDocContextModifier and TypeMethodDescriptionWebFetchRequest.getCrawlDocContext()The crawl doc context, providing access to the current and previous crawl entries (e.g. for ETag and If-Modified-Since support).Methods in com.norconex.crawler.web.fetch with parameters of type CrawlerDocContextModifier and TypeMethodDescriptionvoidWebFetchRequest.setCrawlDocContext(CrawlerDocContext crawlDocContext) The crawl doc context, providing access to the current and previous crawl entries (e.g. for ETag and If-Modified-Since support). -
Uses of CrawlerDocContext in com.norconex.crawler.web.fetch.util
Methods in com.norconex.crawler.web.fetch.util with parameters of type CrawlerDocContextModifier and TypeMethodDescriptionstatic voidApacheHttpUtil.setRequestIfModifiedSince(org.apache.hc.core5.http.HttpRequest request, CrawlerDocContext docCtx) Sets theIf-Modified-SinceHTTP request header based on document cached last crawled date (if any).static voidApacheHttpUtil.setRequestIfNoneMatch(org.apache.hc.core5.http.HttpRequest request, CrawlerDocContext docCtx) Sets the ETagIf-None-MatchHTTP request header based on document cached ETag value (if any).