[
https://issues.apache.org/jira/browse/NUTCH-2607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16519121#comment-16519121
]
ASF GitHub Bot commented on NUTCH-2607:
---------------------------------------
sebastian-nagel opened a new pull request #352: NUTCH-2607 ParserChecker should
call ScoringFilters.passScoreAfterParsing() on all parses
URL: https://github.com/apache/nutch/pull/352
- inline call of passScoreAfterParsing() into loop over parses
- complete command-line help of ParserChecker
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> 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
> Components: parser
> Affects Versions: 1.14
> Reporter: Sebastian Nagel
> Priority: Minor
> Labels: patch-available
> 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)