Re: Join and Distributed Search

2023-09-14 Thread Walter Underwood
Thanks, that documentation is clear. —wunder > On Sep 14, 2023, at 1:02 AM, Mikhail Khludnev wrote: > > It sounds like > https://solr.apache.org/guide/solr/latest/query-guide/join-query-parser.html#joining-across-single-shard-collections > right? > > On Thu, Sep 14, 2023 at 1:46 AM Walter Under

Re: Join and Distributed Search

2023-09-14 Thread Mikhail Khludnev
It sounds like https://solr.apache.org/guide/solr/latest/query-guide/join-query-parser.html#joining-across-single-shard-collections right? On Thu, Sep 14, 2023 at 1:46 AM Walter Underwood wrote: > As I said, these are two different collections. —wunder > > > On Sep 13, 2023, at 12:08 PM, Mikhail

Re: Join and Distributed Search

2023-09-13 Thread Walter Underwood
As I said, these are two different collections. —wunder > On Sep 13, 2023, at 12:08 PM, Mikhail Khludnev wrote: > > Hello Walter. > I think the former has a place - join picks local replica or fail. I don't > think join query (unless crossCollection) bothers about shard preference. > > On Wed,

Re: Join and Distributed Search

2023-09-13 Thread Mikhail Khludnev
Hello Walter. I think the former has a place - join picks local replica or fail. I don't think join query (unless crossCollection) bothers about shard preference. On Wed, Sep 13, 2023 at 7:21 PM Walter Underwood wrote: > We have a sharded collection that joins with a non-sharded collection. The

Join and Distributed Search

2023-09-13 Thread Walter Underwood
We have a sharded collection that joins with a non-sharded collection. The non-sharded collection has a replica on every node. Does the join automatically choose the local replica or do we need to pass in a shard preference param? wunder Walter Underwood wun...@wunderwood.org http://observer.wun

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

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

Solr 6.x Distributed Search to Solr 8.x SolrCloud

2021-05-13 Thread mtn search
Hello Solr Users, Starting on a project to transition a very large number of Solr 6 servers (master/slave) to Solr 8.x SolrCloud. The current query approach involves a Distributed Index search (specifying the appropriate Solr 6 shards for each query). One thought to maintain current query strate

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

Distributed search

2021-04-15 Thread Norbert Bodnar
Hi. Hope you are doing well. I would like to start with introducing the problem we are facing. Our(let's call us CompanyB working on WebB) primary goal is to create a web application, which will expand an existing web(WebA developed by CompanyA) application's searching possibilities. Let's call