Re: Solr Autowarmed queries on jvm crash

2013-11-27 Thread michael.boom
As Shawn stated above, when you start up Solr there will be no such thing as caches or old searchers. If you want to warm up, you can only rely on firstSearcher and newSearcher queries. /"What would happen to the autowarmed queries , cache , old searcher now ?"/ They're all gone. - Thanks,

Re: Solr Autowarmed queries on jvm crash

2013-11-26 Thread Prasi S
Ok. i have started solr for the first time and have autowarmed few queries. Now my jvm crashes due to some other reason . Then i restart solr. What would happen to the autowarmed queries , cache , old searcher now. Thanks, Prasi On Wed, Nov 27, 2013 at 12:32 PM, Shawn Heisey wrote: > On 11/26/

Re: Solr Autowarmed queries on jvm crash

2013-11-26 Thread Shawn Heisey
On 11/26/2013 11:49 PM, Prasi S wrote: > Thanks Shawn for the reply. > > In that case, when the system is restarted, a new searcher would be opened? > It cannot populate from its previous searchers? > > I may be wrong here, but i wanted to confirm. There are no previous searchers when Solr first

Re: Solr Autowarmed queries on jvm crash

2013-11-26 Thread Prasi S
Thanks Shawn for the reply. In that case, when the system is restarted, a new searcher would be opened? It cannot populate from its previous searchers? I may be wrong here, but i wanted to confirm. Thanks, Prasi On Wed, Nov 27, 2013 at 12:04 PM, Shawn Heisey wrote: > On 11/26/2013 11:15 PM,

Re: Solr Autowarmed queries on jvm crash

2013-11-26 Thread Shawn Heisey
On 11/26/2013 11:15 PM, Prasi S wrote: > What happens to the autowarmed queries if the servers is shutdown / jvm > crashes. > > Is there any possibility to recover that from the physical storage ( > trasaction log?) The transaction log only contains data that is sent to Solr for indexing. Cached