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

Michael McCandless resolved LUCENE-2600.
----------------------------------------

    Resolution: Fixed

> don't try to cache a composite reader's MultiBits deletedDocs
> -------------------------------------------------------------
>
>                 Key: LUCENE-2600
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2600
>             Project: Lucene - Java
>          Issue Type: Bug
>            Reporter: Michael McCandless
>            Assignee: Michael McCandless
>             Fix For: 4.0
>
>         Attachments: LUCENE-2600.patch, LUCENE-2600.patch
>
>
> MultiFields.getDeletedDocs now builds up a MultiBits instance (so that one 
> can check if a top-level docID is deleted), but it now stuffs it into a 
> private cache on IndexReader.
> This is invalid when the composite reader is read/write, and can result in a 
> MultiReader falsely claiming a doc was not deleted.

-- 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to