Alright, that solved the problem. Thank you very much!
Tor-Magne Stien Hagen
-Original Message-
From: Mikhail Khludnev
Sent: Thursday, June 25, 2020 12:13 PM
To: solr-user
Subject: Re: Unexpected results using Block Join Parent Query Parser
Ok. My fault. Old sport, you know. When
If I modify the query like this:
{!parent which='class:instruction'}class:observation
It still returns a result for the instruction document, even though the
document with class instruction does not have any children...
Tor-Magne Stien Hagen
-Original Message-
From: Mikhai
Thanks for your answer,
What kind of rules exists for the which clause? In other words, how can you
identify parents without using some sort of filtering?
Tor-Magne Stien Hagen
-Original Message-
From: Mikhail Khludnev
Sent: Wednesday, June 24, 2020 10:01 AM
To: solr-user
Subject
ult to be empty as document 3 is not a child document of
document 4.
To reproduce, use the docker container provided here:
https://github.com/tormsh/Solr-Example
Have I misunderstood something regarding the Block Join Parent Query Parser?
Tor-Magne Stien Hagen