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
Solr streaming may be useful in your case. It can also execute "joins"
across different solr cloud instances and also has a SQL facade.
Parallel sql
https://solr.apache.org/guide/8_6/parallel-sql-interface.html
lower level streaming interface
https://solr.apache.org/guide/8_6/streaming-expression