CachingWrapperFilter does not cache

Description

See http://forum.hibernate.org/viewtopic.php?p=2369054#2369054

The CachingWrapperFilter uses the reader instance as a key for the caching.

In HibernateSearch readers seems to be wrapped into a MultiReader
which by itself is new each time and thus defeat the cache purpose.

Attachments

1
  • 29 Feb 2008, 03:51 PM

Activity

Show:

Emmanuel Bernard February 13, 2008 at 6:28 AM

No need for a special Filter, the IndexReader is now taking care of that.

Fixed

Details

Assignee

Reporter

Fix versions

Affects versions

Priority

Created November 13, 2007 at 12:53 PM
Updated November 13, 2008 at 6:08 PM
Resolved February 13, 2008 at 6:28 AM

Flag notifications