You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Stefan Oestreicher (JIRA)" <ji...@apache.org> on 2008/08/15 02:21:44 UTC

[jira] Updated: (SOLR-704) improve NumberFormatTransformers handling of invalid input

     [ https://issues.apache.org/jira/browse/SOLR-704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Oestreicher updated SOLR-704:
------------------------------------

    Attachment: SOLR-704.patch

This is a diff against r686094

> improve NumberFormatTransformers handling of invalid input
> ----------------------------------------------------------
>
>                 Key: SOLR-704
>                 URL: https://issues.apache.org/jira/browse/SOLR-704
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>            Reporter: Stefan Oestreicher
>            Priority: Minor
>         Attachments: SOLR-704.patch
>
>
> As described in http://www.ibm.com/developerworks/java/library/j-numberformat/ instances of the NumberFormat class don't throw ParseExceptions in all cases of invalid input. This affects the org.apache.solr.handler.dataimport.NumberFormatTransformer class which relies on NumberFormat. I will attach a patch to demonstrate and fix this issue shortly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.