aagh... I've got the drama. join has no 'toIndex' parameter. and now
I'm not able to come up with any solution
On Thu, Dec 18, 2014 at 11:57 AM, marotosg wrote:
>
> To be honest. I don´t have a clue how the syntax would be.
>
> I tried something like
> {!type=join from=PersonIdsS to=PersonID
To be honest. I don´t have a clue how the syntax would be.
I tried something like
{!type=join from=PersonIdsS to=PersonID fromIndex=assignment}({!type=join
from=CompanyID to=CompIDS fromIndex=company v='NationalitySFD:"Canada"'})
AND type_level:parent
but this is two joins from Person to Company
I don't see any problem with it. Could you try?
On Wed, Dec 17, 2014 at 5:18 PM, marotosg wrote:
>
> Yes, that's true. I mean join then.
> is it possible to join three cores A B C.
> I know it is possible to join A -> B and A -> C
>
> Is it possible to join them
> A -> B -> C
>
> Thanks
>
>
>
> -
Yes, that's true. I mean join then.
is it possible to join three cores A B C.
I know it is possible to join A -> B and A -> C
Is it possible to join them
A -> B -> C
Thanks
--
View this message in context:
http://lucene.472066.n3.nabble.com/Block-join-subqueries-tp4174709p4174749.html
Sent fr
Hello,
BlockJoin doesn't work cross core, it's only possible with {!join
On Wed, Dec 17, 2014 at 3:12 PM, marotosg wrote:
>
> Hi Mikhail,
>
> Thanks for that. That's exactly what I was looking for but this is for the
> same core.
> This allows you to search in a document nested two levels.
>
>
Hi Mikhail,
Thanks for that. That's exactly what I was looking for but this is for the
same core.
This allows you to search in a document nested two levels.
I was expecting to do the same for cross core joins. That's basically doing
a join from Core1 to Core2 to Core3.
I couldn't find anything a
Sergio, did you check
http://blog.griddynamics.com/2013/12/grandchildren-and-siblings-with-block.html
?
On Wed, Dec 17, 2014 at 1:07 PM, marotosg wrote:
>
> Hi,
>
> Is is possible to do a query joining three levels.
> For isntance with three cores Person, Person Job and Company.
>
> I know is pos