Re: Solr Collections Join

2022-03-14 Thread Norbert Kutasi
hi Venkat, We are on SOLR 8.5.2 and actually it's possible to join 2 or multiple collections and get fields from them similarly, what a Left Outer join does in an RDBMS. It will create nested documents rather than attribute merges which might not be what you are looking for. If you tried *subquer

Re: Solr Collections Join

2022-03-14 Thread Mikhail Khludnev
Hi, Venkat. No way. Sorry. On Fri, Mar 11, 2022 at 4:59 PM Venkateswarlu Bommineni wrote: > Yes, it is solrcloud setup. > > On Fri, Mar 11, 2022 at 12:57 AM Srijan wrote: > > > Is this a SolrCloud setup? > > > > On Thu, Mar 10, 2022, 22:25 Venkateswarlu Bommineni > > wrote: > > > > > Hello All

Re: Solr Collections Join

2022-03-11 Thread Venkateswarlu Bommineni
Yes, it is solrcloud setup. On Fri, Mar 11, 2022 at 12:57 AM Srijan wrote: > Is this a SolrCloud setup? > > On Thu, Mar 10, 2022, 22:25 Venkateswarlu Bommineni > wrote: > > > Hello All, > > > > I have a requirement to join 2 collections and get fields from both the > > collections. > > > > I ha

Re: Solr Collections Join

2022-03-11 Thread Rohan Kasat
If it’s a solr cloud setup. You can create an alias and then try to query that alias. Regards, Rohan On Fri, Mar 11, 2022 at 1:27 PM Srijan wrote: > Is this a SolrCloud setup? > > On Thu, Mar 10, 2022, 22:25 Venkateswarlu Bommineni > wrote: > > > Hello All, > > > > I have a requirement to join

Re: Solr Collections Join

2022-03-10 Thread Srijan
Is this a SolrCloud setup? On Thu, Mar 10, 2022, 22:25 Venkateswarlu Bommineni wrote: > Hello All, > > I have a requirement to join 2 collections and get fields from both the > collections. > > I have got the join query as below, when i run below join query I am > getting the fields of Collectio