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

Simon Willnauer commented on LUCENE-2558:
-----------------------------------------

bq. Does anybody know where to checkout the realtime branch? I am very 
interested in it! Thanks!
there is no realtime branch open right now. We had to delete it since we 
re-integrated it for DocumentsWriterPerThread. (SVN requires that once you have 
re-integrated) However, there is no development happening along those lines 
right now and we didn't decide if we move forward since for general purpose the 
NRT features we have is reasonably fast. Anyway, I think there is still a need 
for this if we can provide it as a non-default option?
                
> Use sequence ids for deleted docs
> ---------------------------------
>
>                 Key: LUCENE-2558
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2558
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: core/search
>    Affects Versions: Realtime Branch
>            Reporter: Jason Rutherglen
>            Priority: Minor
>             Fix For: Realtime Branch
>
>
> Utilizing the sequence ids created via the update document
> methods, we will enable IndexReader deleted docs over a sequence
> id array. 
> One of the decisions is what primitive type to use. We can start
> off with an int[], then possibly move to a short[] (for lower
> memory consumption) that wraps around.

--
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to