Tomás Fernández Löbbe skrev:
Hi, AFAIK SolrCloud still doesn't support replication, that's why in the
example you have to copy the directory manually. Replication has to be
implemented by using the SolrReplication as you mentioned or use some kind
of distributed indexing (you'll have to do it yourself).
Well, I could do it myself, but guess it would be nice to use the
"built-in" feature now that it is there.
SolrReplication
stuff is there to replicate the index and CAN replicate configuration
files, this doesn't mean that you HAVE to replicate config files.
No, I figured that out.
Do you
need to replicate configuration files too or just the index?
Guess that is the whole point. Guess that I do not have to replicate
configuration files, since SolrCloud (AFAIK) does not use local
configuration files but information in ZK. And the it gets a little hard
to guess how to do it, since the explanation on
http://wiki.apache.org/solr/SolrReplication talkes about different
configs for master and slave. How to acheive that when the config is
shared (in ZK).
Tomás