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 = <VALUE>, and core2.Access = <VALUE>?

When querying core1, I've tried variations of 

{!join from=Type to=Type fromIndex=core2)(UserId:<VALUE> AND Access:<VALUE>)
{!join from=Id to=Id fromIndex=core2)(UserId:<VALUE> AND Access:<VALUE>)

{!join from=Type to=Type fromIndex=core2)UserId:<VALUE>
{!join from=Id to=Id fromIndex=core2)UserId:<VALUE>
{!join from=Type to=Type fromIndex=core2)Access:<VALUE>
{!join from=Id to=Id fromIndex=core2)Access:<VALUE>

et. al.

How can I get done what I'm trying to do?

thnx,
Christoph



--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Reply via email to