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,
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/
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
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,
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