Thanks Joel,

Yes, with /select handler start parameter is being applied to query running
on individual shard and doesn't return expected aggregate results. Probably
need to roll out some custom join on collections running on different solr
clouds.
Also are multiple fq clauses supported for CloudSolrStream params?

Thanks,
Susmit

On Wed, Jun 8, 2016 at 8:58 AM, Joel Bernstein <joels...@gmail.com> wrote:

> 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 <shukla.sus...@gmail.com>
> 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
> >
>

Reply via email to