[ 
https://issues.apache.org/jira/browse/LUCENE-5026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13672985#comment-13672985
 ] 

Michael McCandless commented on LUCENE-5026:
--------------------------------------------

+1, thanks Adrien.

I think you don't need that super() in PagedGrowableWriter's ctor.
                
> 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to