You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shay Banon (Updated) (JIRA)" <ji...@apache.org> on 2011/12/22 19:13:31 UTC

[jira] [Updated] (LUCENE-2292) ByteBuffer Directory - allowing to store the index outside the heap

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

Shay Banon updated LUCENE-2292:
-------------------------------

    Attachment: LUCENE-2292.patch

Attaching another round of the patch, with improved ref counting on cloned index input and better EOF failures (similar to RAM one). All tests pass.

btw. Some tests close the same index input instance several times, so I had to protect from it.
                
> ByteBuffer Directory - allowing to store the index outside the heap
> -------------------------------------------------------------------
>
>                 Key: LUCENE-2292
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2292
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: core/store
>            Reporter: Shay Banon
>         Attachments: LUCENE-2292.patch, LUCENE-2292.patch, LUCENE-2292.patch, LUCENE-2292.patch
>
>
> A byte buffer based directory with the benefit of being able to create direct byte buffer thus storing the index outside the JVM heap.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org