[
https://issues.apache.org/jira/browse/NUTCH-878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julien Nioche updated NUTCH-878:
--------------------------------
Attachment: NUTCH-787.patch
NUTCH-787-1.2.patch
Patches for the branch 1.2 and trunk
The scoring filters do not override the score set by the injector as it might
have been set per URL in the seed list. This has for result that the
LinkAnalysisScoringFilter now implicitely relies on the parameter
db.score.injected and not on link.analyze.injected.score. Both had the same
default value anyway.
The patch for trunk also fixes the behaviour of the InjectorJob which now calls
injectedscore() even if the URL has a custom score.
> ScoringFilters should not override the injected score
> ------------------------------------------------------
>
> Key: NUTCH-878
> URL: https://issues.apache.org/jira/browse/NUTCH-878
> Project: Nutch
> Issue Type: Bug
> Components: injector
> Reporter: Julien Nioche
> Assignee: Julien Nioche
> Fix For: 1.2, 2.0
>
> Attachments: NUTCH-787-1.2.patch, NUTCH-787.patch
>
>
> the method injectedScore in OPICScoringFilter (and also
> LinkAnalysisScoringFilter) should be modified in order not to override the
> score specified in the seed list metadata
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.