You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Stondet (JIRA)" <ji...@apache.org> on 2011/01/06 04:17:45 UTC

[jira] Updated: (NUTCH-952) fix outlink which started with '?' in html parser

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

Stondet updated NUTCH-952:
--------------------------

    Attachment: NUTCH-952.patch

fix outlink which started with '?'

> fix outlink which started with '?' in html parser
> -------------------------------------------------
>
>                 Key: NUTCH-952
>                 URL: https://issues.apache.org/jira/browse/NUTCH-952
>             Project: Nutch
>          Issue Type: Bug
>          Components: parser
>            Reporter: Stondet
>         Attachments: NUTCH-952.patch
>
>
> <a href="?w=ruby%20on%20rails&ty=c&sd=0" >ruby on rails</a>(a snippet from http://bbs.soso.com/search?ty=c&sd=0&w=rails)
> outlink parsed from above link: http://bbs.soso.com/?w=ruby%20on%20rails&ty=c&sd=0
> but expected is http://bbs.soso.com/search?w=ruby%20on%20rails&ty=c&sd=0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.