Hi folks, 1: Can someone point me to some good documentation on how this works? Or is it so simple that I'm over thinking?
My understanding of document routing is that I might be able to check the hash of a shard with the hash of the document id and determine the exact node / document and know exactly where to send the request reducing Zookeeper traffic. I'm getting ready to deploy and I have used the recommended format in my doc id All my work is REST/curl -> Solrcloud I plan to watch cluster status through the admin console REST to and build a list of OK servers to do the reads for the website. I have a crawler that will be running mostly 3:am Eastern to 3:am Pacific, outside the bulk of read activity. I plan to do all posts to Who Has Zookeeper according the admin REST API Can I get some reassurance? Be gentle, this is my very first solrcloud deployment and it's going to production. I'm about to write script for something that I still feel I am week in concept. When I'm done and I totally understand, I promise to publish a nice A - Z REST deployment HowTo for HA with class examples in (PHP,Perl,Python)/curl. Best regards, GW