How are you trying to do this? Streaming Expressions? ParallelSQL? What _Solr_ 
constructs are you planning on using?

Best,
Erick

> On Jun 12, 2019, at 7:33 AM, Paresh <khandelwalpar...@gmail.com> wrote:
> 
> Hi,
> 
> I have two collections both having different schema.
> Collection1: ID, Field1, Field2
> Collection3: ID, Oc1, OC2, col3_Field1
>                 ID1, col3_Oc1
> I want to do following JOINs
> 
> (-)Query on Collection1
> (-)Field2:value2
> (-)JOIN across collection3 Field1 = collection3.col3_Field1
>           Inner JOIN in collection 3
>           col3_oc1 = Oc1
> I am able to achieve SELF JOIN within a collection and across JOIN as well.
> 
> But I am not able do both together.
> 
> Any help appreciated.
> 
> 
> 
> 
> --
> Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Reply via email to