Hi fellow developers, I have a situation where the search front-end application is using java 1.6. Upgrading Java version is out of the question.
Planning to use Solrcloud 5.x version for the search implementation. The show stopper here is, solrj for solrcloud needs atleast java1.7 What best can be done to use the latest version of solrcloud and solrj for a portal that runs on java 1.6? I was thinking, in solrj, instead of using zookeeper (which also acts as the load balancer) I can mention the exact replica's http://solr-cloud-HOST:PORT pairs using some kind of round-robin with some external load balancer. Any suggestion is highly appreciated. Aswath NS