Re: SolrCloud and replication

2011-12-05 Thread Per Steffensen
Thanks for answering Mark Miller skrev: 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 o

Re: SolrCloud and replication

2011-12-05 Thread Mark Miller
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/* > *SolrRe

Re: SolrCloud and replication

2011-12-05 Thread Per Steffensen
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 you

Re: SolrCloud and replication

2011-12-05 Thread Tomás Fernández Löbbe
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). SolrReplication stuff i