You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Julien Nioche (JIRA)" <ji...@apache.org> on 2013/11/11 11:16:28 UTC

[jira] [Resolved] (NUTCH-1666) Optimisation for BasicURLNormalizer

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

Julien Nioche resolved NUTCH-1666.
----------------------------------

    Resolution: Fixed

Committed revision 1540654.

Thanks Markus!

> Optimisation for BasicURLNormalizer
> -----------------------------------
>
>                 Key: NUTCH-1666
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1666
>             Project: Nutch
>          Issue Type: Improvement
>    Affects Versions: 1.7
>            Reporter: Julien Nioche
>            Priority: Minor
>             Fix For: 1.8
>
>         Attachments: NUTCH-1666.patch
>
>
> The regular expressions in the BasicURLNormalizer are quite costly, the patch attached allows to skip the processing if a URL does not contain a sequence of interest (two slashes with zero, one or two dots in between).
> This reduces the time spent in post processing the parsing quite a bit. 



--
This message was sent by Atlassian JIRA
(v6.1#6144)