You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Doğacan Güney (JIRA)" <ji...@apache.org> on 2007/06/16 13:07:25 UTC

[jira] Updated: (NUTCH-499) Refactor LinkDb and LinkDbMerger to reuse code

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

Doğacan Güney updated NUTCH-499:
--------------------------------

    Attachment: NUTCH-499.patch

* Remove LinkDb.Merger completely.

* Move LinkDb.reduce (LinkDb no longer implements Reducer) and LinkDb.createMergeJob to LinkDbMerger. I think it doesn't make much sense to have a LinkDb$Merger _and_ a LinkDbMerger so I merged them into one class.




> Refactor LinkDb and LinkDbMerger to reuse code
> ----------------------------------------------
>
>                 Key: NUTCH-499
>                 URL: https://issues.apache.org/jira/browse/NUTCH-499
>             Project: Nutch
>          Issue Type: Improvement
>          Components: linkdb
>            Reporter: Doğacan Güney
>            Assignee: Doğacan Güney
>            Priority: Trivial
>         Attachments: NUTCH-499.patch
>
>
> LinkDb.Merger.reduce and LinkDb.reduce works the same way. Refactor Nutch so that we can use the same code for both.

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