ts welcome.
-Original Message-----
From: Manoj Mokashi
Sent: Friday, June 18, 2021 4:17 PM
To: users@solr.apache.org
Subject: RE: Nested documents mixup with block join query parent mask
A similar problem is seen with the parents parser, children belonging to other
nodes sometimes appear as c
A similar problem is seen with the parents parser, children belonging to other
nodes sometimes appear as children
In this case, using the union of parent types does not seem to work either
-Original Message-
From: Manoj Mokashi
Sent: Friday, June 18, 2021 1:09 PM
To: users
Hi,
I am using solr 8.6.2
I have the following doc types marked by a type attribute :
TR -> has child doc -> IN
PB -> has child doc -> AU
So the type IN docs exist only under TR and type AU only under PB
But when I run a query like type:IN AND {!child of='type:PB'}type:PB, I get a
subset of IN