Re: Combining complex joins with other criteria

2017-11-23 Thread Mikhail Khludnev
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

Re: Combining complex joins with other criteria

2017-11-23 Thread David Frese
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

Re: Combining complex joins with other criteria

2017-11-23 Thread 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" 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

Combining complex joins with other criteria

2017-11-23 Thread David Frese
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