Re: SOLR 1.4 and 1.3 diff and other

2008-12-17 Thread Sammy Yu
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

Re: SOLR 1.4 and 1.3 diff and other

2008-12-17 Thread Yonik Seeley
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

SOLR 1.4 and 1.3 diff and other

2008-12-17 Thread Sammy Yu
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