Re: Exporting Score value from export handler

2016-02-09 Thread Akiel Ahmed
a jira for this and link it to SOLR-8125. Joel Bernstein http://joelsolr.blogspot.com/ On Fri, Jan 29, 2016 at 8:26 AM, Akiel Ahmed wrote: > Hi, > > I would like to issue a query and get the ID and Score for each matching > document. There may be lots of results so I wa

Exporting Score value from export handler

2016-01-29 Thread Akiel Ahmed
Hi, I would like to issue a query and get the ID and Score for each matching document. There may be lots of results so I wanted to use the export handler, but unfortunately the current version of Solr doesn't seem to export the Score - I read the comments on https://issues.apache.org/jira/brow

Re: Solr 6 Distributed Join

2016-01-06 Thread Akiel Ahmed
the incoming streams and doesn't do any checks related to if expected fields are included in the incoming streams. In your case, it'd have found the error and told you that the streams aren't sorted in a compatible way. - Dennis On Tue, Jan 5, 2016 at 8:11 AM, Akiel Ahmed wr

Re: Solr 6 Distributed Join

2016-01-05 Thread Akiel Ahmed
d a chance to review. If you have a reproducible failure on a one-to-many join go ahead and create a jira ticket. Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Dec 24, 2015 at 3:25 AM, Akiel Ahmed wrote: > Hi > > Did you get a chance to check whether one-to-many joins were covered i

Re: Solr 6 Distributed Join

2015-12-24 Thread Akiel Ahmed
. If it doesn't work properly it makes sense to file a bug report. Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Dec 22, 2015 at 5:55 AM, Akiel Ahmed wrote: > Hi, > > I tried a straight forward join against something that is connected to > many things but didn't get

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
s need to be sorted by the same join keys to nest innerJoins >> (merge joins). >> >> innerJoin(innerJoin(...), >> search(...), >> on...) >> >> If the third stream is joined on a different key you can nest inside a >> hash

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