solr - SolrJ: Disable Autocommit -


we have instance of solr, we've found turning on autocommit in solrconfig.xml may serve our needs well. there instances , batch operations want temporarily disable autocommit. have not been able find anything, i'm wondering if knew if via solrj disable autocommit process, , re-enable it?

you can't disable , enable autocommit it's configured in solrconfig.xml. however, can leave disabled in solrconfig.xml , use commitwithin add commands need autocommit.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -