Distributed Search

2022-02-28 Thread Srijan
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 ro

Re: Distributed Search

2022-02-28 Thread Shawn Heisey
On 2/28/22 13:27, Srijan wrote: 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 exper