You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael McCandless (JIRA)" <ji...@apache.org> on 2008/11/21 22:01:44 UTC

[jira] Assigned: (LUCENE-1459) CachingWrapperFilter crashes if you call both bits() and getDocIdSet()

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

Michael McCandless reassigned LUCENE-1459:
------------------------------------------

    Assignee: Michael McCandless

> 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
>            Assignee: Michael McCandless
>         Attachments: caching-wrapper-filter.diff
>
>
> 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: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org