Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.1
-
None
-
None
Description
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.
Attachments
Attachments
Issue Links
- is part of
-
LUCENE-790 contrib/benchmark - few improvements and a bug fix
- Closed