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

lufeng reassigned NUTCH-1594:
-----------------------------

    Assignee: lufeng
    
> count variable is never changed in ParseUtil class
> --------------------------------------------------
>
>                 Key: NUTCH-1594
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1594
>             Project: Nutch
>          Issue Type: Bug
>          Components: parser
>    Affects Versions: 2.2
>            Reporter: lufeng
>            Assignee: lufeng
>            Priority: Minor
>             Fix For: 2.3
>
>         Attachments: NUTCH-1594.patch
>
>
> in ParseUtil class the count variable is never change. the code is like this 
> for (int i = 0; count < maxOutlinks && i < outlinks.length; i++) 
> so even if you define the "db.max.outlinks.per.page" parameter, it will not 
> take effect.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to