Thanks Erick

I think if can use hash for doc_id to all shards, then do join,Last merge the 
result in a node.


soledede_w...@ehsy.com
 
From: Erick Erickson
Date: 2015-11-17 11:10
To: solr-user
Subject: Re: how to join search mutiple collection in sorlcloud
In a word, no. At least probably not.
 
There are some JIRA tickets dealing with distributed joins, and some
with certain restrictions, specifically if the second (from)
collection can be reproduced on every slice of the first (to)
collection.
 
In the trunk (6.0), there's the ParallelSQL stuff which has some
relevance, but it's still not a full RDBMS type join.
 
The usual recommendation is to flatten your data if at all possible so
you don't _have_ two collections.
 
Solr is a wonderful search engine. It is not an RDBMS and whenever I
find myself trying to make it behave like an RDBMS I try to rethink
the architecture.
 
On Mon, Nov 16, 2015 at 6:56 PM, soledede_w...@ehsy.com
<soledede_w...@ehsy.com> wrote:
> Dear @solr_lucene
> currently,I am using solr5.3.1,I have a requirement, I need search like in 
> relation database(select * from A ,B where A.id=B.id),Can we implments with 
> solr5.3 in SolrCloud mode,I have two collection,2 shards per collection.
>   Help me please.
>
>         Thanks
>
>
> soledede_w...@ehsy.com

Reply via email to