Forwarding to the mailing list. ---------- Forwarded message ---------- From: <hrdxwa...@gmail.com> Date: Tue, Jun 24, 2014 at 2:15 PM Subject: Re: solr4.7.2 startup take too long time
thanks for your reply. i do not warm any queries. and the configuration is default as follow: <listener event="newSearcher" class="solr.QuerySenderListener"> <arr name="queries"> <!-- <lst><str name="q">solr</str><str name="sort">price asc</str></lst> <lst><str name="q">rocks</str><str name="sort">weight asc</str></lst> --> </arr> </listener> <listener event="firstSearcher" class="solr.QuerySenderListener"> <arr name="queries"> <lst> <str name="q">static firstSearcher warming in solrconfig.xml</str> </lst> </arr> </listener> the speed is a little objective. i check the tomcat log and its startup time. when i use solr3.6, after i restart the tomcat, i can get the front page from chrome browser. but After i use solr4.7.2, i must wait for a long time. In addition, the index is not empty, my index is 35G in solr3.6, and 16G in solr4.7.2 the question is so confused. <quote author='Alexandre Rafalovitch'> You have any warming queries? Also, how do you measure the speed? What does the boot log timestamps show for your index as opposed to - say - an empty example index? Regards, Alex. Personal website: http://www.outerthoughts.com/ Current project: http://www.solr-start.com/ - Accelerating your Solr proficiency On Tue, Jun 24, 2014 at 1:51 PM, hrdxwandg <hrdxwa...@gmail.com> wrote: > Before i upgrade solr to 4.7.2, i use solr3.6.where i startup tomcat, the > solr is started up quickly,the index size is 35G. After i upgrade solr to > 4.7.2. i rebuild the index totally. and the size of index is 16G. But when > i > restart the tomcat, i found that solr is startedup too slowly, almost take > about 10 minutes. > > i do not know the reason, And ask for help. thank you >