Re: Block Join Parent Query Parser range query search error

2016-07-25 Thread Zheng Lin Edwin Yeo
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

Re: Block Join Parent Query Parser range query search error

2016-07-25 Thread Mikhail Khludnev
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

Block Join Parent Query Parser range query search error

2016-07-25 Thread Zheng Lin Edwin Yeo
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