You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Julien Nioche (JIRA)" <ji...@apache.org> on 2010/08/09 16:45:22 UTC

[jira] Reopened: (NUTCH-870) Injector should add the metadata before calling injectedScore

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

Julien Nioche reopened NUTCH-870:
---------------------------------


the method injectedScore in OPICScoringFilter (and also LinkAnalysisScoringFilter) should be modified in order not to override the score specified in the seed list metadata

> Injector should add the metadata before calling injectedScore
> -------------------------------------------------------------
>
>                 Key: NUTCH-870
>                 URL: https://issues.apache.org/jira/browse/NUTCH-870
>             Project: Nutch
>          Issue Type: Bug
>          Components: injector
>    Affects Versions: nutchbase, 1.2
>            Reporter: Julien Nioche
>            Assignee: Chris A. Mattmann
>             Fix For: nutchbase, 1.2, 2.0
>
>         Attachments: NUTCH-870.patch
>
>
> The injector should add the metadata to the CrawlDatum *before* calling _scfilters.injectedScore(value, datum)_ as the metadata could be used by the ScoringFilters in this method.
> The method _scfilters.injectedScore()_ should also be called regardless of whether the score is the one specified in the seed list or the one set by default but we should then modify the scoringOPICFilter so that it does not override it. 
> Any thoughts? 

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