Is there a way to persistently disable polling in a slave SOLR instance?
If I call http://slave_host:port/solr/replication?command=disablepoll
, polling stops but it restarts when core is reloaded.
In solrconfig.xml I didn't found any "disablePoll" parameter.