Hi, There is no such option currently and it is not likely that such feature will be added because index optimization is not really a quick and lightweight operation, so one typically optimized only after the index is fully built and one knows the index will remain unchanged for a while. If you do need to optimize periodically for some reason, just send optimize commands to Solr from your own application.
Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch ----- Original Message ---- > From: Vaijanath N. Rao <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Cc: [EMAIL PROTECTED] > Sent: Monday, May 19, 2008 1:13:03 AM > Subject: Auto commit and optimize settings > > Hi Solr-Users, > > I have gone through the solrConfig.xml file in the example directory of > the solr build (nightly build). I wanted to know is there a way to tell > solr to optimize the index after certain number of seconds elapsed or > number of records indexed as we do in case of auto-commit. > > --Thanks and Regards > Vaijanath