Re: Streaming expressions and fetch()

2018-06-20 Thread Dariusz Wojtas
I have filled a JIRA Issue: SOLR-12505 Best regards, Darek On Mon, Jun 18, 2018 at 11:08 PM, Dariusz Wojtas wrote: > Hi, > I thing this might give some clue. > I tried to reproduce the issue with a collection called testCloud. > > fetch(testCloud1, > search(testCloud1, q="*:*", fq="type:n

Re: Streaming expressions and fetch()

2018-06-18 Thread Dariusz Wojtas
Hi, I thing this might give some clue. I tried to reproduce the issue with a collection called testCloud. fetch(testCloud1, search(testCloud1, q="*:*", fq="type:name", fl="parentId", sort="parentId asc"), fl="id,name", on="parentId=id") The expression above produces 3 log entrie

Re: Streaming expressions and fetch()

2018-06-18 Thread Joel Bernstein
There is a test case working that is basically the same construct that you are having issues with. So, I think the next step is to try and reproduce the problem that you are seeing in a test case. If you have a small sample test dataset I can use to reproduce the error please create a jira ticket

Streaming expressions and fetch()

2018-06-17 Thread Dariusz Wojtas
Hi, I am trying to use streaming expressions with SOLR 7.3.1. I have successfully used innerJoin, leftOuterJoin and several other functions but failed to achieve expected results with the fetch() function. Example below is silmplfied, in reality the base search() function uses fuzzy matching and s