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
Post a Comment