: Is there way to perform soft commit from code in Solr 4.0 ? : Is it possible only from solrconfig.xml through enabling autoSoftCommit : with maxDocs and/or maxTime attributes?
http://wiki.apache.org/solr/NearRealtimeSearch links to: http://wiki.apache.org/solr/UpdateXmlMessages#A.22commit.22_and_.22optimize.22 Mentions: softCommit="true" -Hoss