You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Sebastian Nagel (JIRA)" <ji...@apache.org> on 2015/05/14 12:10:00 UTC

[jira] [Resolved] (NUTCH-2008) IndexerMapReduce to use single instance of NutchIndexAction for deletions

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

Sebastian Nagel resolved NUTCH-2008.
------------------------------------
    Resolution: Fixed
      Assignee: Sebastian Nagel

Committed to trunk, r1679335.

> IndexerMapReduce to use single instance of NutchIndexAction for deletions
> -------------------------------------------------------------------------
>
>                 Key: NUTCH-2008
>                 URL: https://issues.apache.org/jira/browse/NUTCH-2008
>             Project: Nutch
>          Issue Type: Improvement
>          Components: indexer
>    Affects Versions: 1.10
>            Reporter: Sebastian Nagel
>            Assignee: Sebastian Nagel
>            Priority: Trivial
>             Fix For: 1.11
>
>         Attachments: NUTCH-2008-trunk-v1.patch, NUTCH-2008-trunk-v2.patch
>
>
> For every URL/document to be deleted a new instance of NutchIndexAction is created in IndexerMapReduce (in multiple positions):
> {code}
> NutchIndexAction action = new NutchIndexAction(null,
>    NutchIndexAction.DELETE);
> output.collect(key, action);
> {code}
> Since the index action does not hold any data specific to any URL/document it would be more efficient to re-use a single instance.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)