Hi,
I am trying to use crossCollection join to be able to use sharding.
I am joining to collections Person and documents. Finding people with
documetns of type pdf. Just realised no people comes back
and noticed PersonID in document core is multivalue field.
<field name="PersonID" type="string" indexed="true" stored="true" docValues=
"true" multiValued="true" />
My query looks like
{!join method=crossCollection from=PersonID to=PersonID fromIndex=document
v='type:(pdf)'}
Is this feature not working on multivalue fields? Is there any other option?
Regards
Sergio Maroto