[ 
https://issues.apache.org/jira/browse/LUCENE-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Uwe Schindler resolved LUCENE-3757.
-----------------------------------

    Resolution: Fixed

Committed trunk revision: 1242233
                
> Change AtomicReaderContext.leaves() to return itsself as only leave to 
> simplify code and remove an otherwise unneeded ReaderUtil method
> ---------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-3757
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3757
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: core/index
>            Reporter: Uwe Schindler
>            Assignee: Uwe Schindler
>             Fix For: 4.0
>
>         Attachments: LUCENE-3757.patch, LUCENE-3757.patch
>
>
> The documentation of IndexReaderContext.leaves() states that it returns (for 
> convenience) all leave nodes, if the context is top-level (directly got from 
> IndexReader), otherwise returns null. This is not correct for 
> AtomicReaderContext, where it returns null always.
> To make it consistent, the convenience method should simply return itsself as 
> only leave for atomic contexts. This makes the utility method 
> ReaderUtil.leaves() obsolete and simplifies code.

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