[ http://issues.apache.org/jira/browse/LUCENENET-6?page=all ] George Aroush closed LUCENENET-6: ---------------------------------
Resolution: Fixed Fixed in build 005 > 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 > Assignee: George Aroush > > 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