Arkadi Kosmynin created NUTCH-2605:
--------------------------------------
Summary: The Feed plugin causes a NumberFormatException
Key: NUTCH-2605
URL: https://issues.apache.org/jira/browse/NUTCH-2605
Project: Nutch
Issue Type: Bug
Components: indexer, parser, plugin
Reporter: Arkadi Kosmynin
The Feed plugin seems to have a major problem. The line 102 inĀ
FeedIndexingFilter.java generated a NumberFormatException (which caused the
failure of the entire crawling process!) because it was trying to parse a date
in string format, not a number. Given that this metadata piece was generated by
the feed parser (same plugin), it seems that the plugin is in disagreement with
itself.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)