[
https://issues.apache.org/jira/browse/LUCENENET-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
George Aroush resolved LUCENENET-101.
-------------------------------------
Resolution: Fixed
Patch applied and delivered.
> 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
> Assignee: George Aroush
> Attachments: Patch.rar
>
>
> 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.