We have an instance of Solr, where we\'ve found that turning on autoCommit in the solrconfig.xml actually may serve our needs well. However there are some instances and some
You can't disable and enable autocommit as it's configured in solrconfig.xml. However, you can leave it disabled in solrconfig.xml and use commitWithin for those add commands that need autocommit.