CloudSolrStream doesn't really understand the concept of paging. It just sees a stream of Tuples coming from a collection and merges them.
If you're using the default /select handler it will be passed the start param and start from that point. But if use the /export handler the start parameter will be ignored. In general though paging is not a supported feature yet of the Streaming API. There are plans to support this in the future to add support for the OFFSET SQL clause. Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Jun 7, 2016 at 5:08 PM, Susmit Shukla <[email protected]> wrote: > *sending with correct subject* > > Does solr streaming aggregation support pagination? > Some documents seem to be skipped if I set "start" parameter for > CloudSolrStream for a sharded collection. > > Thanks, > Susmit >
