Re: Innerjoin streaming expressions - Invalid JoinStream error

2017-04-18 Thread Joel Bernstein
Interesting, that inverting the on clause worked. Something is not working as designed. Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Apr 18, 2017 at 11:09 AM, Dominique Bejean < dominique.bej...@eolya.fr> wrote: > Done > https://issues.apache.org/jira/browse/SOLR-10512 > > Regards. > > D

Re: Innerjoin streaming expressions - Invalid JoinStream error

2017-04-18 Thread Dominique Bejean
Done https://issues.apache.org/jira/browse/SOLR-10512 Regards. Dominique Le mar. 18 avr. 2017 à 14:51, Joel Bernstein a écrit : > I looked through the test cases I don't think we have this covered exactly > as it's written. Can you log a jira for this? > > Joel Bernstein > http://joelsolr.b

Re: Innerjoin streaming expressions - Invalid JoinStream error

2017-04-18 Thread Dominique Bejean
Furthermore, it looks like due to the fact "all incoming stream comparators (sort) must be a superset of this stream's equalitor" condition, it isn't possible to sort the stream on a other field such as for instance in my example pubyear_s (books collection) or review_dt (reviews collection). Domi

Re: Innerjoin streaming expressions - Invalid JoinStream error

2017-04-18 Thread Dominique Bejean
Hi, I reply to myself I just had to invert the "on" clause to make it work curl --data-urlencode 'expr=innerJoin( search(books, q="*:*", fl="id", sort="id asc"

Re: Innerjoin streaming expressions - Invalid JoinStream error

2017-04-18 Thread Joel Bernstein
I looked through the test cases I don't think we have this covered exactly as it's written. Can you log a jira for this? Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Apr 18, 2017 at 6:33 AM, Dominique Bejean wrote: > Hi, > > I don not understand what I am doing wrong il this simple qu

Innerjoin streaming expressions - Invalid JoinStream error

2017-04-18 Thread Dominique Bejean
Hi, I don not understand what I am doing wrong il this simple query. curl --data-urlencode 'expr=innerJoin( search(books, q="*:*", fl="id", sort="id asc"),