cases
> where we would need data from both.
>
>
> Thanks and Regards,
> Preeti Bhat
>
> -Original Message-
> From: Walter Underwood [mailto:wun...@wunderwood.org]
> Sent: Friday, March 03, 2017 12:02 PM
> To: solr-user@lucene.apache.org
> Subject: Re: J
Thanks Mikhail, I will look into this option.
Thanks and Regards,
Preeti Bhat
-Original Message-
From: Mikhail Khludnev [mailto:m...@apache.org]
Sent: Friday, March 03, 2017 1:03 PM
To: solr-user
Subject: Re: Joining across collections with Nested documents
Related docs can be
e.org
Subject: Re: Joining across collections with Nested documents
Make one collection with denormalized data. This looks like a relational,
multi-table schema in Solr. That will be slow and painful.
wunder
Walter Underwood
wun...@wunderwood.org
http://observer.wunderwood.org/ (my blog)
>
Related docs can be retrieved with
https://cwiki.apache.org/confluence/display/solr/Transforming+Result+Documents#TransformingResultDocuments-[subquery]
but searching related docs is less ready.
Here is a patch for query time join across collections
https://issues.apache.org/jira/browse/SOLR-8297.
Make one collection with denormalized data. This looks like a relational,
multi-table schema in Solr. That will be slow and painful.
wunder
Walter Underwood
wun...@wunderwood.org
http://observer.wunderwood.org/ (my blog)
> On Mar 2, 2017, at 9:55 PM, Preeti Bhat wrote:
>
> Hi All,
>
> I hav