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

Uwe Schindler edited comment on LUCENE-6500 at 5/26/15 2:30 PM:
----------------------------------------------------------------

getSequentialSubReaders is protected... It cannot be called from outside! I did 
this change for 4.0, because I wanted to hide the "real" reader structure from 
search APIs. It makes no difference to IndexSearchers how the readers are 
built. It is an implementation detail.

You can of course get the reader structure from the context, but I don't think 
anybody would rely on its real structure after warpping.


was (Author: thetaphi):
getSequentialSubReaders is protected... It cannot be called from outside!

> ParallelCompositeReader does not always call closed listeners
> -------------------------------------------------------------
>
>                 Key: LUCENE-6500
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6500
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Adrien Grand
>            Assignee: Adrien Grand
>            Priority: Minor
>         Attachments: LUCENE-6500-flatten.patch, LUCENE-6500.patch
>
>
> CompositeParallelReader misses to call closed listeners when the reader which 
> is provided at construction time does not wrap leaf readers directly, such as 
> a multi reader over directory readers.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to