Hi Are there any plans to make nutch 1.x support solr cloud? I'm using nutch 1.4 and solr 4.0. So far I've managed to work with this because solrj CommonsHttpSolrServer somehow works with solr cloud, though it doesn't exist in solr-4.0. This is inconvenient because CommonsHttpSolrServer gets a single solr server, and that server gets all the load while indexing. I must setup my own load balancer, rather than of using zookeeper.
I didn't try yet, but I think it will no longer work with solr 4.2 because solr changed the http-client library and specific classes they work this. Seems like modifying nutch to solrj-4.* would require modifying everything that uses httpclient, including the fetcher component. Any insights on this issue? Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Any-plans-to-make-nutch-1-x-support-solr-cloud-tp4048277.html Sent from the Nutch - User mailing list archive at Nabble.com.

