You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by "George Aroush (JIRA)" <ji...@apache.org> on 2007/10/07 23:22:50 UTC

[jira] Assigned: (LUCENENET-101) Using incorrect base when opening index

     [ https://issues.apache.org/jira/browse/LUCENENET-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Aroush reassigned LUCENENET-101:
---------------------------------------

    Assignee: George Aroush

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