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
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
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
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
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