: I want to be able to have SOLR Slave instance on publicly available host
: (accessible via HTTP), and synchronize with Master securely (via HTTP)
HTTP based replication only works with the the new ReplicationHandler ...
if you setup a proxy in front of your Master (either as a seperate daemon,
Is that possible? Implemented?
I want to be able to have SOLR Slave instance on publicly available host
(accessible via HTTP), and synchronize with Master securely (via HTTP)
I had it implicitly with cron jobs running as 'root' user, and Tomcat as
'tomcat'... Slave wasn't able to update index bec