: > I couldn't find anyone which can connect to SolrCloud similar to SolrJ's : > CloudSolrServer. : : Since I have a load balancer in front of 8 nodes, WebService::Solr[1] still : works fine.
Right -- just because SolrJ is ZooKeeper aware doesn't mean you can *only* talk to SolrCloud with SolrJ -- you can still use any HTTP client of your choice to connect to your Solr nodes in a round robin fashion (or via a load blancer) if you wish -- just like with a non SolrCloud deployment using something like master/slave. What you might want to consider, is taking a look at something like Net::ZooKeeper to have a ZK aware perl client layer that could wrap WebService::Solr. -Hoss http://www.lucidworks.com/