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

Michael McCandless commented on LUCENE-2859:
--------------------------------------------

We could fix that merging uses MultiDocs/AndPositionsEnum.  It's not 
particularly clean because we make Mapping* subclasses to remap the docIDs 
around deletions.  If, instead, we fixed PostingsConsumer.merge to take the 
subs' enums, instead of a single multi enum, then that method could go segment 
by segment.

> Move Multi* and SlowMultiReaderWrapper to contrib
> -------------------------------------------------
>
>                 Key: LUCENE-2859
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2859
>             Project: Lucene - Java
>          Issue Type: Task
>          Components: Index
>            Reporter: Uwe Schindler
>             Fix For: 4.0
>
>
> We should move SlowMultiReaderWrapper and all Multi* classes to contrib as it 
> should not be used anymore.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to