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

Adrien Grand resolved LUCENE-5026.
----------------------------------

    Resolution: Fixed
    
> PagedGrowableWriter
> -------------------
>
>                 Key: LUCENE-5026
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5026
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Adrien Grand
>            Assignee: Adrien Grand
>             Fix For: 5.0, 4.4
>
>         Attachments: LUCENE-5026.patch, LUCENE-5026.patch
>
>
> We already have packed data structures that support more than 2B values such 
> as AppendingLongBuffer and MonotonicAppendingLongBuffer but none of them 
> supports random write-access.
> We could write a PagedGrowableWriter for this, which would essentially wrap 
> an array of GrowableWriters.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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