Re: About query result cache.

2012-12-16 Thread Yonik Seeley
On Mon, Dec 17, 2012 at 12:58 AM, lukai wrote: > Hi, guys: > Does queryplugin implementation impacts caching? I have implemented a new > query parser which just take the input query string and return my own query > object. But the problem is, when i apply this logic to solr, it seems it > only w

Re: About query result cache.

2012-12-16 Thread lukai
works, thanks Yonik. On Sun, Dec 16, 2012 at 10:34 PM, Yonik Seeley wrote: > On Mon, Dec 17, 2012 at 12:58 AM, lukai wrote: > > Hi, guys: > > Does queryplugin implementation impacts caching? I have implemented a > new > > query parser which just take the input query string and return my own