If you just want docs from both collections in the same results, create an
alias across the 2 collections.
https://lucene.apache.org/solr/guide/6_6/collections-api.html
On Thu, Jan 11, 2018 at 11:12 PM, Suman Saurabh
wrote:
> Try using solr streaming api.
> https://lucene.apache.org/solr/guide/
Try using solr streaming api.
https://lucene.apache.org/solr/guide/6_6/streaming-expressions.html
Sample query:
innerJoin(
select(search(, q=, fl=, sort=, qt="/export"), ),
select(search(search(, q=,
fl=, sort=, qt="/export"),
),
on=)
Note : Both collections must have at least one common field to
Yes Mikhail, even I couldn't find it.
Hi Solr-user team,
Requesting your support.
Thanks
Fiz.
On Thu, Jan 11, 2018 at 8:06 PM, Mikhail Khludnev wrote:
> I believe it supports collection=accounts,content param, but can't find it
> in documentation.
>
> On Fri, Jan 12, 2018 at 2:27 AM, Fiz Newy
I believe it supports collection=accounts,content param, but can't find it
in documentation.
On Fri, Jan 12, 2018 at 2:27 AM, Fiz Newyorker wrote:
> Hi Team,
>
> Could you please let me know how to handle the below scenario.
>
> I have Two Collections *Accounts & Content.*
>
> I am trying to se