Michael McCandless updated LUCENE-1459:
---------------------------------------
Lucene Fields: [New, Patch Available] (was: [Patch Available, New])
Fix Version/s: 2.4.1
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
Fix For: 2.4.1, 2.9
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.
------------------------------------------------------------------------
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
Fix For: 2.4.1, 2.9
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