Hi,
I have two servers, each server one shard in a collection.
Id like to have one server have the same shardId for every collection I
create (eg shard1 on server1 and shard2 on server2)
I thought this would work by setting -DshardId=shard1 when starting the
server.
But the shardId's shard1 and shard2 are still created randomly on both
servers and setting the shardId seems to be ignored.
How can I fix the shardId used at one server when I create a collection?
(Im using the solrj collections api to create collections)
Thanks,
Markus