What is the benefit 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 automatically starts indexing process if it finds any updates in database???
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
If/when the update of the solr/lucene-index starts, depends on the configuration. The number of new documents have to reach an watermark, after the auto commit runs. It's also possible to define an time interval for starting the autocommit.
Look at this: http://wiki.apache.org/solr/SolrConfigXml#Update_Handler_Section |
|||
|
|