You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Alparslan Avcı (JIRA)" <ji...@apache.org> on 2014/01/23 17:02:37 UTC

[jira] [Updated] (NUTCH-1714) Nutch 2.x upgrade to use GORA_94 branch

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

Alparslan Avcı updated NUTCH-1714:
----------------------------------

    Attachment: NUTCH-1714.patch

I've uploaded a patch that makes Nutch 2.x suitable to use GORA_94 branch. Main changes are:

- All puts, gets and removes about map and array fields of Persistent objects have been changed. After GORA_94, we have to get map or array field firstly, and call put or get method afterwards.
- Direct calls to Persistent objects' constructors changed to Builder pattern usage. 
- clone() methods of Persistent objects removed. Builder pattern is used instead.

I'm waiting your comments and contributions to this issue.

> Nutch 2.x upgrade to use GORA_94 branch
> ---------------------------------------
>
>                 Key: NUTCH-1714
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1714
>             Project: Nutch
>          Issue Type: Improvement
>            Reporter: Alparslan Avcı
>         Attachments: NUTCH-1714.patch
>
>
> Nutch upgrade for GORA_94 branch has to be implemented. We can discuss the details in this issue.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)