[ 
https://issues.apache.org/jira/browse/NUTCH-1174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13149000#comment-13149000
 ] 

Hudson commented on NUTCH-1174:
-------------------------------

Integrated in Nutch-trunk #1660 (See 
[https://builds.apache.org/job/Nutch-trunk/1660/])
    NUTCH-1174 Outlinks are not properly normalized

markus : 
http://svn.apache.org/viewvc/nutch/trunk/viewvc/?view=rev&root=&revision=1200917
Files : 
* /nutch/trunk/CHANGES.txt
* /nutch/trunk/src/java/org/apache/nutch/parse/Outlink.java
* /nutch/trunk/src/java/org/apache/nutch/parse/ParseOutputFormat.java

                
> Outlinks are not properly normalized
> ------------------------------------
>
>                 Key: NUTCH-1174
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1174
>             Project: Nutch
>          Issue Type: Bug
>          Components: parser
>    Affects Versions: 1.3
>            Reporter: Markus Jelsma
>            Assignee: Markus Jelsma
>             Fix For: 1.5
>
>         Attachments: NUTCH-1174-1.5-1.patch
>
>
> In ParseOutputFormat, the toUrl is read from Outlink and is processed. This 
> String object is filtered, normalized etc but the original Outlink object is 
> actually added. The normalized url in toUrl is not written back to the 
> Outlink object.
> This issue adds a setUrl method to Outlink which is used in ParseOutputFormat 
> to overwrite the unnormalized url.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to