On Wed, Dec 17, 2008 at 7:52 PM, Sammy Yu <temi...@gmail.com> wrote: > I read somewhere that there are contention issues with the current > cache implementation of LRUCache in 1.3 in that it is synchronous, > could this be the reason why the filter query are slow?
Probably not. The change is much more likely due to using a non-blocking NIO implementation in Lucene. -Yonik