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 2018/06/21 09:24:00 UTC

[jira] [Created] (NUTCH-2607) ParserChecker should call ScoringFilters.passScoreAfterParsing() on all parses

Sebastian Nagel created NUTCH-2607:
--------------------------------------

             Summary: ParserChecker should call ScoringFilters.passScoreAfterParsing() on all parses
                 Key: NUTCH-2607
                 URL: https://issues.apache.org/jira/browse/NUTCH-2607
             Project: Nutch
          Issue Type: Bug
    Affects Versions: 1.14
            Reporter: Sebastian Nagel
             Fix For: 1.15


A ParseResult may contain multiple parses, e.g., the feed parser adds one for every item in the RSS/Atom feed. The tool ParseSegment calls the method ScoringFilters.passScoreAfterParsing() for every parse of the ParseResult. ParserChecker does this only for the parse identified by the fetched URL. It should behave same as ParseSegment.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)