Index corruption when using RAMDirectory( Directory) constructor
----------------------------------------------------------------

         Key: LUCENE-546
         URL: http://issues.apache.org/jira/browse/LUCENE-546
     Project: Lucene - Java
        Type: Bug

    Versions: 1.9    
    Reporter: peter royal


LUCENE-475 introduced a bug in creating RAMDirectories for large indexes. It 
truncates the length of the file to an int, from its original long value. Any 
files that are larger than an int are truncated. Patch to fix is attached.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to