Yes that works well. Somehow I missed to mention the full condition in
previous message. This is what I am looking for -
fq={!parent which=PARENT_DOC_TYPE:PARENT}((childA_field_1:234 AND
childA_field_2:3) OR (childA_field_1:432 AND childA_field_2:6))
Regards,
Vinod
--
View this message in cont
I have nested documents indexed in SOLR 6.2. The block join query works well
on both parent and child documents. My use case has a scenario where a
condition needs to be fulfilled across two child docs as shown below -
fq={!parent which=PARENT_DOC_TYPE:PARENT}(childA_field_1:432 AND
childA_field_2