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/10 10:27:17 UTC

[jira] Created: (NUTCH-878) ScoringFilters should not override the injected 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


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.


[jira] Resolved: (NUTCH-878) ScoringFilters should not override the injected score

Posted by "Julien Nioche (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julien Nioche resolved NUTCH-878.
---------------------------------

    Resolution: Fixed

1.2 : Committed revision 984075.
trunk : Committed revision 984082.

> 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.


[jira] Updated: (NUTCH-878) ScoringFilters should not override the injected score

Posted by "Julien Nioche (JIRA)" <ji...@apache.org>.
     [ 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.


[jira] Commented: (NUTCH-878) ScoringFilters should not override the injected score

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12896879#action_12896879 ] 

Chris A. Mattmann commented on NUTCH-878:
-----------------------------------------

+1 from me, Julien, thanks!

> 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.