CachingWrapperFilter crashes if you call both bits() and getDocIdSet()
----------------------------------------------------------------------

                 Key: LUCENE-1459
                 URL: https://issues.apache.org/jira/browse/LUCENE-1459
             Project: Lucene - Java
          Issue Type: Bug
    Affects Versions: 2.4
            Reporter: Matt Jones


CachingWrapperFilter uses only a single cache, so calling bits() after calling 
getDocIdSet() will result in a type error. Additionally, more code than is 
necessary is wrapped in the @synchronized blocks.

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