Is this for multi-datacenter? If so, you may want to review Apple's
presentation at the last Solr Revolution:
https://www.youtube.com/watch?v=_Erkln5WWLw&index=2&list=PLU6n9Voqu_1FM8nmVwiWWDRtsEjlPqhgP
Regards,
Alex.
Solr Analyzers, Tokenizers, Filters, URPs and even a newsletter:
http://w
I don't really understand your problem here. The whole point
behind SolrCloud is that you simply create a collection where
each shard has replicas and the rest is automatic.
So, assuming you have one collection already running under
SolrCloud (i.e. it's all being coordinated through Zookeeper),
al
Hi,
In the link which you have send I Cannot se how to connect to solr cloud
for synchronization of indexes.
From the description, this is straight forward SolrCloud where you
have replicas on the separate machines, see:
https://cwiki.apache.org/confluence/display/solr/Getting+Started+with+Sol
>From the description, this is straight forward SolrCloud where you
have replicas on the separate machines, see:
https://cwiki.apache.org/confluence/display/solr/Getting+Started+with+SolrCloud
A different way of accomplishing this would be the master/slave style, see:
https://cwiki.apache.org/conf
Hi,
I want to connect two solrcloud server. and sync there indexes to each
other so that is any server is down we can work with other and whenever
I update or add index in any server the other also get updated.
shahper