Re: Join across shards?

2018-10-24 Thread e_briere
Thanks to you both. Did not take the time to look into yet. I will.
Eric.


Sent from my Samsung Galaxy smartphone.
 Original message From: Erick Erickson 
 Date: 2018-10-24  00:57  (GMT-05:00) To: solr-user 
 Subject: Re: Join across shards? 
In addition to Vadim's comment, Solr Streaming _can_
work across shards and even across collections.
Depending on your use-case this may work for you.

Best,
Erick
On Tue, Oct 23, 2018 at 6:41 AM Vadim Ivanov
 wrote:
>
> Hi,
> You CAN join across collections with runtime "join".
> The only limitation is that FROM collection should not be sharded and joined
> data should reside on one node.
> Solr cannot join across nodes (distributed search is not supported).
> Though using streaming expressions it's possible to do various things...
> --
> Vadim
>
> -Original Message-
> From: e_bri...@videotron.ca [mailto:e_bri...@videotron.ca]
> Sent: Tuesday, October 23, 2018 2:38 PM
> To: solr-user@lucene.apache.org
> Subject: Join across shards?
>
> Hi
> all, otedtext>
>
> Sorry if the question was already covered.
>
> We are using joins across documents with the limitation of having the
> documents to be joined sitting on the same shard. Is there a way around this
> limitation and even join across collections? Are there plans to support this
> out of the box?
>
> Thanks!
>
> Eric Briere.
>


Re: Join across shards?

2018-10-23 Thread Erick Erickson
In addition to Vadim's comment, Solr Streaming _can_
work across shards and even across collections.
Depending on your use-case this may work for you.

Best,
Erick
On Tue, Oct 23, 2018 at 6:41 AM Vadim Ivanov
 wrote:
>
> Hi,
> You CAN join across collections with runtime "join".
> The only limitation is that FROM collection should not be sharded and joined
> data should reside on one node.
> Solr cannot join across nodes (distributed search is not supported).
> Though using streaming expressions it's possible to do various things...
> --
> Vadim
>
> -Original Message-
> From: e_bri...@videotron.ca [mailto:e_bri...@videotron.ca]
> Sent: Tuesday, October 23, 2018 2:38 PM
> To: solr-user@lucene.apache.org
> Subject: Join across shards?
>
> Hi
> all, otedtext>
>
> Sorry if the question was already covered.
>
> We are using joins across documents with the limitation of having the
> documents to be joined sitting on the same shard. Is there a way around this
> limitation and even join across collections? Are there plans to support this
> out of the box?
>
> Thanks!
>
> Eric Briere.
>


RE: Join across shards?

2018-10-23 Thread Vadim Ivanov
Hi, 
You CAN join across collections with runtime "join". 
The only limitation is that FROM collection should not be sharded and joined
data should reside on one node.
Solr cannot join across nodes (distributed search is not supported).
Though using streaming expressions it's possible to do various things...
-- 
Vadim

-Original Message-
From: e_bri...@videotron.ca [mailto:e_bri...@videotron.ca] 
Sent: Tuesday, October 23, 2018 2:38 PM
To: solr-user@lucene.apache.org
Subject: Join across shards?

Hi
all,

Sorry if the question was already covered.

We are using joins across documents with the limitation of having the
documents to be joined sitting on the same shard. Is there a way around this
limitation and even join across collections? Are there plans to support this
out of the box?

Thanks!

Eric Briere.