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

Uwe Schindler commented on LUCENE-3626:
---------------------------------------

This only affects Lucene 4.0, as 3.x has no DocValues. The PKIndexSplitter 
per-segment variant could be backported to 3.x, but the MultiPassIndexSplitter 
working on absolute doc-Ids cannot handle that as AtomicReaderContext 
containing the docBase is not available in 3.x.
                
> Make PKIndexSplitter and MultiPassIndexSplitter work per segment
> ----------------------------------------------------------------
>
>                 Key: LUCENE-3626
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3626
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: modules/other
>    Affects Versions: 4.0
>            Reporter: Uwe Schindler
>            Assignee: Uwe Schindler
>             Fix For: 4.0
>
>
> Spinoff from LUCENE-3624: DocValuesw merger throws exception on 
> IW.addIndexes(SlowMultiReaderWrapper) as string-index like docvalues cannot 
> provide asSortedSource.

--
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