This is my pet peeve in Solr.
When q={!join ..}all tokens goes into join qp
but even if we put space in front of curly brace q= {!join
..}1st_only_token_goes_to_join_qp
I remember there were some discussion in comments, but I believe it is not
raised ever raised as a defect.
We have some json query
Am 23.11.17 um 20:13 schrieb Mikhail Khludnev:
Hello, David.
It should be like
q=name:"Mike" AND {!join from=pid to=id v=$qq}&qq=city:"London" AND id:"a1"
Thanks a lot!
But this looks like working around a bug, given that
>> {!join from=pid to=id}(city:"London" AND id:"a1")
works fine. Is t
Hello, David.
It should be like
q=name:"Mike" AND {!join from=pid to=id v=$qq}&qq=city:"London" AND id:"a1"
On Thu, Nov 23, 2017 at 10:06 PM, David Frese
wrote:
> Hi there everbody,
>
> I want to combine joins with multiple criteria and other criteria, with
> variying boolean operators, but I ke
Hi there everbody,
I want to combine joins with multiple criteria and other criteria, with
variying boolean operators, but I keep getting
"org.apache.solr.search.SyntaxError: Cannot parse" errors. I tried with
an installation of version 6.3, and also with the embedded server in
version 7.1