Hi,

How to achieve distributed indexing in solr cloud.I have external Zookeeper
with two separate machines acting as leader.

In researching further I found

As of now we are specifying the port id in our "update" call and if the
leader is down zookeeper do not forward the request to other leader for
indexing instead the call fails. As I understand it is because of the port
I have specified but then how to achieve this requirement.

I have tried following

http://localhost:8888/solr/collection1/update?update.processor=distrib&self=localhost:8888/solr&shards=localhost:8983/solr,localhost:7574/solr,localhost:8888/solr


but this is not working, Can some one outline the steps or redirect me to
proper notes where I can go though the steps.

Reply via email to