You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Sebastian Nagel (Jira)" <ji...@apache.org> on 2019/09/27 20:17:00 UTC

[jira] [Updated] (NUTCH-2710) Normalize outlinks before checking for internal or external links

     [ https://issues.apache.org/jira/browse/NUTCH-2710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebastian Nagel updated NUTCH-2710:
-----------------------------------
    Fix Version/s:     (was: 1.16)
                   1.17

> Normalize outlinks before checking for internal or external links
> -----------------------------------------------------------------
>
>                 Key: NUTCH-2710
>                 URL: https://issues.apache.org/jira/browse/NUTCH-2710
>             Project: Nutch
>          Issue Type: Improvement
>            Reporter: Markus Jelsma
>            Assignee: Markus Jelsma
>            Priority: Major
>             Fix For: 1.17
>
>         Attachments: NUTCH-2710.patch
>
>
> We have a normalizer that transforms external URLs back to internal URLs. But those URLs are never passed to the normalizer, because they have already been filtered out by internal and/or external host/domain checks in parseOutputFormat.filterNormalize().
> This patch proposes to move the normalizers above the checks for internal/external hosts/domains.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)