Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@locus.apache.org Received: (qmail 83884 invoked from network); 15 Aug 2008 11:56:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Aug 2008 11:56:37 -0000 Received: (qmail 97454 invoked by uid 500); 15 Aug 2008 11:56:35 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 97430 invoked by uid 500); 15 Aug 2008 11:56:35 -0000 Mailing-List: contact solr-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-dev@lucene.apache.org Received: (qmail 97419 invoked by uid 99); 15 Aug 2008 11:56:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Aug 2008 04:56:34 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Aug 2008 11:55:47 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4ECA6234C1B2 for ; Fri, 15 Aug 2008 04:55:44 -0700 (PDT) Message-ID: <296182492.1218801344321.JavaMail.jira@brutus> Date: Fri, 15 Aug 2008 04:55:44 -0700 (PDT) From: "Shalin Shekhar Mangar (JIRA)" To: solr-dev@lucene.apache.org Subject: [jira] Resolved: (SOLR-704) improve NumberFormatTransformers handling of invalid input In-Reply-To: <1496456925.1218759464219.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SOLR-704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-704. ---------------------------------------- Resolution: Fixed Committed revision 686196. Thanks Stefan! > improve NumberFormatTransformers handling of invalid input > ---------------------------------------------------------- > > Key: SOLR-704 > URL: https://issues.apache.org/jira/browse/SOLR-704 > Project: Solr > Issue Type: Bug > Components: contrib - DataImportHandler > Affects Versions: 1.3 > Reporter: Stefan Oestreicher > Assignee: Shalin Shekhar Mangar > Priority: Minor > Fix For: 1.3 > > Attachments: SOLR-704.patch, 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.