[ https://issues.apache.org/jira/browse/LUCENENET-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779539#action_12779539 ]
Digy commented on LUCENENET-278: -------------------------------- Hi Nicholas, There are two classes in Lucene.NET. SupportClass.Number & Lucene.Net.Documents.NumberTools which allows base36 convertions. (I think we should stick to one of them and delete the other). Can you prepare another patch that utilizes that classes (preferably in SupportClass). DIGY > Instances of DateField class cannot be created. > ----------------------------------------------- > > Key: LUCENENET-278 > URL: https://issues.apache.org/jira/browse/LUCENENET-278 > Project: Lucene.Net > Issue Type: Bug > Reporter: Nicholas Paldino > Priority: Blocker > Attachments: DateField.patch, SupportClass.patch > > > The DateFIeld class has a line which is called on object creation (it is in a > field assignment): > System.Convert.ToString(1000L * 365 * 24 * 60 * 60 * 1000, 36).Length; > Which ends up throwing an exception and prevents instances of the class from > being called. > This currently prevents some of the test cases from executing correctly. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.