DateField bug in 1.9 RC1 build 4 -------------------------------- Key: LUCENENET-6 URL: http://issues.apache.org/jira/browse/LUCENENET-6 Project: Lucene.NET Type: Bug
Environment: Windows Server 2003 on Vmware, .NET 2.0.50727 Reporter: AqD Lucene.Net/Document/DateField.cs, line 52 private static int DATE_LEN = System.Convert.ToString( 1000L * 365 * 24 * 60 * 60 * 1000, 16).Length; should be: private static int DATE_LEN = SupportClass.Number.ToString( 1000L * 365 * 24 * 60 * 60 * 1000, 16).Length; -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]