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
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.