Hi all I asked a related question before but couldn't get any response (see SolrQueryRequest in SolrCloud vs Standalone Solr), asking it differently here.
Is there a way to invoke IndexSearcher.search(Query, Collector) over a SolrCloud collection so that in invokes the search/collect implicitly on individual shards of the collection? If not, how does one do this explicitly? I have a usecase that was implemented using custom request handler in standalone Solr and we're trying to move to SolrCloud. It is necessary for us to understand how to do the above so we can use SolrCloud functionality. Thanks and would *really really* appreciate ANY help. Regards CV