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