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 <s...@elyograg.org> wrote: > 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 starts up. At startup, > any queries defined as part of the firstSearcher event are executed. > Each time a new searcher is created, any queries defined as part of the > newSearcher event are executed. > > Thanks, > Shawn > >