Re: CloudSolrStream returns only top 30 results.

2016-05-09 Thread Joel Bernstein
Yes, you need to specify the /export request handler using the following named paramter: qt="/export" This is described in the documentation in a number of places. https://cwiki.apache.org/confluence/display/solr/Streaming+Expressions By default CloudSolrStream uses the /select handler and uses t

CloudSolrStream returns only top 30 results.

2016-05-09 Thread Roshan Kamble
Hello, I have a plan to use streaming API for join queries. But it has been observed that CloudSolrStream returns only top 30 matching records. Is there any configuration which needs to be done to retrieve ALL records or to have pagination like provision to specify start or rows attributes?