Hi Yonik,
Thanks for the quick response. Do you know the release schedule
when 1.4 would be released or if it is possible to backport the NIO
implementation into 1.3? If you could give me a pointer that would be
great. It seems like a huge performance gain that would be of value
to a lot of p
On Wed, Dec 17, 2008 at 7:52 PM, Sammy Yu 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
Hi,
I'm making a simple query that uses the standard query handler to
make constructed query such as
title:iphone OR text:firmware. Next, I am use the filterquery to
limit the amount of items to data from within the last year via
fq=+dateCreated:[NOW-1YEAR/MONTH TO NOW/MONTH] which is significa