useColdSearcher = false... not working in 1.2?

2007-09-19 Thread Adam Goldband
Anyone else using this, and finding it not working in Solr 1.2?  Since
we've got an automated release process, I really need to be able to have
the appserver not see itself as done warming up until the firstSearcher
is ready to go... but with 1.2 this no longer seems to be the case.

adam


Re: useColdSearcher = false... not working in 1.2?

2007-09-19 Thread Yonik Seeley
On 9/19/07, Adam Goldband [EMAIL PROTECTED] wrote:
 Anyone else using this, and finding it not working in Solr 1.2?  Since
 we've got an automated release process, I really need to be able to have
 the appserver not see itself as done warming up until the firstSearcher
 is ready to go... but with 1.2 this no longer seems to be the case.

I took a quick peek at the code, and it should still work (it's pretty simple).
false is also the default.

How are you determining that it isn't working?

-Yonik