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
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
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
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
. 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
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
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
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
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