Thanks Shawn for running a test at your end. I checked the Solrconfig and I
did not find any warm up queries patterns, to run at the time of startup,
That section was disabled in the solrconfig.xml
I uploaded the solr startup file to google drive , please find the link
below.
https://drive.google.
On 10/26/23 08:36, Surya R wrote:
That was my assumption that some queries were taking longer time during the
warmup. That is why I turned off the warmup count and made it to zero, but
still the slow behavior.
Can you restart Solr and provide the entire solr.log file? Maybe that
will have som
Thanks Shawn, for the quick response.
That was my assumption that some queries were taking longer time during the
warmup. That is why I turned off the warmup count and made it to zero, but
still the slow behavior.
One thing I was curious about was, if the cache was being warmed up with
queries fr
On 10/25/23 09:05, Surya R wrote:
I started playing with this setting "
*false* " in the solr config.xml, when
i made it "*true*", which implies to use the cold searcher, I get response
immediately after a core restart.
But if i leave the default, which is "*false*" it takes a long time.
It s