Hi All, I am on Solr 8.9.0 and have multiple collections hosting data from different sources. And I have two requirements, one to search against a specified collection and the other to perform a distributed search across all collections.
The point I am debating is if I want to go the SolrCloud route or if I can still leverage the old way of performing distributed search using the shards parameter. Is the old distributed search even supported in newer Solr versions? Would you mind sharing your experience regarding distributed search if you have implemented one? What is your environment like and any pain points you might have encountered while supporting distributed search. Thank you very much, Srijan