Re: Streaming Expression strange behaviour

2017-04-05 Thread Joel Bernstein
Yeah, that's a really common mistake. I think the plan is to make a separate "shuffle" expression that always uses the /export handler. That way people aren't dealing with Solr request handler decisions, they just choose the proper function for the task.Then we can also make the search expression

Re: Streaming Expression strange behaviour

2017-04-05 Thread Jordi Domingo Borràs
Hi there, The problem with my query is that it's using the select endpoint by default (instead of export). The select endpoint returns a limited number of rows so I don't get any results. The fastest option (not for production) is to include the number of desired rows in the search query: search(

Streaming Expression strange behaviour

2017-04-05 Thread Jordi Domingo Borràs
Hi! I'm new to Streaming Expressions (running solr cloud 6.5.0) and I'm facing a weird behaviour that I don't understand. I'm able to make a join and retrieve results: select( innerJoin( select( search(iocs, q=ip:"10.153.9.175", fl="ip,indicator, type", sort="ip asc"), indicator AS t1_indicator