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

Re: Distributed search

2021-04-16 Thread Susmit Shukla
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