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

Robert Muir commented on LUCENE-3626:
-------------------------------------

I'm not complaining, but you marked my issue as breaking this functionality? 
thats insanity!

Lets revisit the situation:
* As of yesterday, if you used one of these tools, *all* docvalues fields were 
*silently dropped* and merge succeeded (data loss)
* I fixed this in LUCENE-3623, but in testing exposed the fact that with the 
data loss fixed, if you had a sortedsource, you would get a non-obvious 
NullPointerException deep in the docvalues codec stack.
* Because of this LUCENE-3624 changes the NullPointerException to 
UnsupportedOperationException so that its clear that this isn't working, and 
why.

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

Reply via email to