Using incorrect base when opening index
---------------------------------------

                 Key: LUCENENET-101
                 URL: https://issues.apache.org/jira/browse/LUCENENET-101
             Project: Lucene.Net
          Issue Type: Bug
         Environment: Not relevant
            Reporter: Karol Rybak


Lucene.Net is using base 16 for generation while Lucene java is using base 36, 
there is no simple workaround since .net Convert.ToInt64 only supports base of 
2, 8, 10, or 16. A function to convert bases is required.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to