You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "David Astle (JIRA)" <ji...@apache.org> on 2016/05/16 18:54:13 UTC

[jira] [Created] (NUTCH-2261) ParseSegment job does not pass metadata for content-level redirects

David Astle created NUTCH-2261:
----------------------------------

             Summary: ParseSegment job does not pass metadata for content-level redirects
                 Key: NUTCH-2261
                 URL: https://issues.apache.org/jira/browse/NUTCH-2261
             Project: Nutch
          Issue Type: Bug
            Reporter: David Astle
            Priority: Minor


When Fetcher runs in parsing mode, CrawlDatum metadata is properly passed to a new CrawlDatum for content-level redirects (HTML meta tag "Refresh").  If Fetcher runs in non-parsing mode, and ParseSegment is run as a separate step, then metadata other than "_repr_" is not passed to the new CrawlDatum.

This means that any filter relying on metadata, such as DepthScoringFilter and URLMetaScoringFilter, will not work.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)