[
https://issues.apache.org/jira/browse/NUTCH-1666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13819657#comment-13819657
]
Hudson commented on NUTCH-1666:
-------------------------------
SUCCESS: Integrated in Nutch-trunk #2419 (See
[https://builds.apache.org/job/Nutch-trunk/2419/])
NUTCH-1666 Optimisation for BasicURLNormalizer (jnioche) (jnioche:
http://svn.apache.org/viewvc/nutch/trunk/?view=rev&rev=1540654)
* /nutch/trunk/CHANGES.txt
*
/nutch/trunk/src/plugin/urlnormalizer-basic/src/java/org/apache/nutch/net/urlnormalizer/basic/BasicURLNormalizer.java
> 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)