Thanks for the reply.
It works!
Regards,
Edwin
On 26 July 2016 at 00:08, Mikhail Khludnev wrote:
> Hello Edwin,
>
> The issue is the space in child query clause.
> Please refer to child range query via v=$qparam like it's proposed in
>
> http://blog-archive.griddynamics.com/2013/12/grandchild
Hello Edwin,
The issue is the space in child query clause.
Please refer to child range query via v=$qparam like it's proposed in
http://blog-archive.griddynamics.com/2013/12/grandchildren-and-siblings-with-block.html
On Mon, Jul 25, 2016 at 1:40 PM, Zheng Lin Edwin Yeo
wrote:
> Hi,
>
> I am usi
Hi,
I am using Solr 6.1.0, and I'm indexing Parent-Child data into Solr.
When I do my query, I use the Block Join Parent Query Parser, to return
only the parent's records, and not any of the child records, even though
there might be a match in the child record.
However, I am not able to do the r