...@gmail.com [mailto:dami...@gmail.com]
Sent: Tuesday, October 16, 2018 1:24 AM
To: solr-user@lucene.apache.org
Subject: Re: Correct join syntax
Hi Christoph,
The closest I can get is:
{!join from=id to=id v="+UserId= +Access="}
If there was a combined id/type field then you could jo
Hi Christoph,
The closest I can get is:
{!join from=id to=id v="+UserId= +Access="}
If there was a combined id/type field then you could join on that.
Regards,
Damien.
On Tue, 16 Oct 2018 at 04:10, Christoph <
christoph+develo...@project-mayhem.org> wrote:
> I have two cores.
>
> One core has
I have two cores.
One core has the following fields:
Type
Id
The other core has
Type
Id
UserId
Access
How can I join where core1.Type = core2.Type, core1.Id = core2.id,
core2.UserId = , and core2.Access = ?
When querying core1, I've tried variations of
{!join from=Type to=Type fromIndex=