You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Doron Cohen (JIRA)" <ji...@apache.org> on 2007/01/28 07:08:49 UTC

[jira] Updated: (LUCENE-788) contrib/benchmark assumes Locale.US for parsing dates in Reuters collection

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

Doron Cohen updated LUCENE-788:
-------------------------------

    Attachment: 788_benchmark_parseDate_locale_Jan_27.patch

Locale.US passed to SimpleDateFormat constructor.

> contrib/benchmark assumes Locale.US for parsing dates in Reuters collection
> ---------------------------------------------------------------------------
>
>                 Key: LUCENE-788
>                 URL: https://issues.apache.org/jira/browse/LUCENE-788
>             Project: Lucene - Java
>          Issue Type: Bug
>    Affects Versions: 2.1
>            Reporter: Doron Cohen
>         Assigned To: Doron Cohen
>            Priority: Minor
>             Fix For: 2.1
>
>         Attachments: 788_benchmark_parseDate_locale_Jan_27.patch
>
>
> SimpleDateFormat used for parsing dates in Reuters documents is instantiated without specifying a locale. So it is using the default locale. If that happens to be US, it will work. But for another locale a parse exception is likely.
> Affects both StandardBenchmarker and ReutersDocMaker.
> Fix is trivial - specify Locale.US for SimpleDateFormat's constructor.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org