Re: Solr 6 Distributed Join

2016-01-06 Thread Akiel Ahmed
Hi Dennis/Joel, Thank you for your help to date - I must say this user group is very responsive :-) Cheers Akiel From: Dennis Gove To: solr-user@lucene.apache.org Date: 05/01/2016 13:22 Subject:Re: Solr 6 Distributed Join Akiel, https://issues.apache.org/jira/browse

Re: Solr 6 Distributed Join

2016-01-05 Thread Dennis Gove
e, for the above query, I am joining the id field on the e1 field, > so the id field needs to be in the fl and sort property of the left-hand > stream, and e1 needs to be in the fl and sort property in the right-hand > stream foe the join to work. > > Cheers > > Akiel > >

Re: Solr 6 Distributed Join

2016-01-05 Thread Akiel Ahmed
property of the left-hand stream, and e1 needs to be in the fl and sort property in the right-hand stream foe the join to work. Cheers Akiel From: Joel Bernstein To: solr-user@lucene.apache.org Date: 24/12/2015 15:51 Subject:Re: Solr 6 Distributed Join I haven't ha

Re: Solr 6 Distributed Join

2015-12-24 Thread Joel Bernstein
any joins were covered in > your tests? If yes, can you make any suggestions for what I could be doing > wrong? > > Cheers > > Akiel > > > > From: Joel Bernstein > To: solr-user@lucene.apache.org > Date: 22/12/2015 13:03 > Subject:Re: Solr 6 Di

Re: Solr 6 Distributed Join

2015-12-24 Thread Akiel Ahmed
:{"docs":[ > {"e1":"1","id":"3"}, > {"EOF":true,"RESPONSE_TIME":58}]}} > > Deleting the document with id 3, and rerunning the query (see above) > returned > > {"result-set":{"docs":[ > {"

Re: Solr 6 Distributed Join

2015-12-22 Thread Joel Bernstein
quot;:[ > {"e1":"1","id":"3"}, > {"EOF":true,"RESPONSE_TIME":58}]}} > > Deleting the document with id 3, and rerunning the query (see above) > returned > > {"result-set":{"docs":[ > {"e1":"

RE: Solr 6 Distributed Join

2015-12-22 Thread Akiel Ahmed
quot;,"id":"3"}, {"EOF":true,"RESPONSE_TIME":58}]}} Deleting the document with id 3, and rerunning the query (see above) returned {"result-set":{"docs":[ {"e1":"1","id":"4"}, {"EOF":true

Re: Solr 6 Distributed Join

2015-12-21 Thread Akiel Ahmed
Thank you for the help. I am working through what I want to do with the join - will let you know if I hit any issues. From: Joel Bernstein To: solr-user@lucene.apache.org Date: 17/12/2015 15:40 Subject:Re: Solr 6 Distributed Join One thing to note about the hashJoin is

Re: Solr 6 Distributed Join

2015-12-17 Thread Joel Bernstein
ld in the join - adding >>> the e1 field to the fl parameter of the second search function gave the >>> result I expected: >>> >>> >>> http://localhost:8983/solr/gettingstarted/stream?stream=innerJoin(search(gettingstarted >>> >>> , fl="

Re: Solr 6 Distributed Join

2015-12-17 Thread Joel Bernstein
q=text:John, sort="id >> asc",zkHost="localhost:9983",qt="/export"), search(gettingstarted, >> fl="id,e1", q=text:Friends, sort="id >> asc",zkHost="localhost:9983",qt="/export"), on="id=e1") >> >&

Re: Solr 6 Distributed Join

2015-12-17 Thread Joel Bernstein
l="id,e1", q=text:Friends, sort="id > asc",zkHost="localhost:9983",qt="/export"), on="id=e1") > > I am still interested in whether we can specify a join, using an arbitrary > number of searches. > > Cheers > > Akiel >

Re: Solr 6 Distributed Join

2015-12-17 Thread Akiel Ahmed
ot;), on="id=e1") I am still interested in whether we can specify a join, using an arbitrary number of searches. Cheers Akiel From: Akiel Ahmed/UK/IBM@IBMGB To: solr-user@lucene.apache.org Date: 16/12/2015 17:05 Subject:Re: Solr 6 Distributed Join Hi Dennis, Tha

Re: Solr 6 Distributed Join

2015-12-16 Thread Akiel Ahmed
t;s2.id=s3.e2") Sorry if the query does not make sense, but given the data above my intention is to find a single result made up of 3 documents: s1.id=1,s2.id=8,s3.id=25 Is that possible? If yes, will Solr 6 support an arbitrary number of queries and associated joins? Cheers Akiel F

Re: Solr 6 Distributed Join

2015-12-11 Thread Dennis Gove
Akiel, Without seeing your full url I assume that you're missing the stream=innerJoin(.) part of it. A full sample url would look like this http://localhost:8983/solr/careers/stream?stream=innerJoin(search(careers, fl="personId,companyId,title", q=companyId:*, sort="companyId asc",zkHost="loca