You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Romi <ro...@gmail.com> on 2011/05/27 12:48:27 UTC

what is the need of setting in solrconfig.xml

What is the benifit of setting autocommit in solrconfig.xml.
i read somewhere that these settings control how often pending updates will
be automatically pushed to the index.
does it mean if solr server is running then it  automaticaly starts indexing
process if it finds any updates in database???

-----
Thanks & Regards
Romi
--
View this message in context: http://lucene.472066.n3.nabble.com/what-is-the-need-of-setting-autocommit-in-solrconfig-xml-tp2992438p2992438.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: what is the need of setting in solrconfig.xml

Posted by Yury Kats <yu...@yahoo.com>.
On 5/27/2011 6:48 AM, Romi wrote:
> What is the benifit of setting autocommit in solrconfig.xml.
> i read somewhere that these settings control how often pending updates will
> be automatically pushed to the index.
> does it mean if solr server is running then it  automaticaly starts indexing
> process if it finds any updates in database???

No, it means it automatically commits recently added documents to the index
so that they become searchable.