[jira] Commented: (LUCENE-2859) Move Multi* and SlowMultiReaderWrapper to contrib

2011-01-12 Thread Michael McCandless (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-2859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] Commented: (LUCENE-2859) Move Multi* and SlowMultiReaderWrapper to contrib

2011-01-11 Thread Uwe Schindler (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-2859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12980296#action_12980296
 ] 

Uwe Schindler commented on LUCENE-2859:
---

One use case is still there: Merging of segments needs Multi* so we cannot 
remove them from core. But we should hide as it's not public API.

In all cases, SlowMultiReaderWrapper should be moved to contrib.

 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] Commented: (LUCENE-2859) Move Multi* and SlowMultiReaderWrapper to contrib

2011-01-11 Thread Jason Rutherglen (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-2859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12980309#action_12980309
 ] 

Jason Rutherglen commented on LUCENE-2859:
--

bq. Merging of segments needs Multi*

Why's this?

 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org