Re: start parameter for CloudSolrStream

2016-06-08 Thread Erick Erickson
bq: Also are multiple fq clauses supported for CloudSolrStream params Generally not before 6.1 (which will be out soon), see: SOLR-8467 Best, Erick On Wed, Jun 8, 2016 at 1:58 PM, Susmit Shukla wrote: > Thanks Joel, > > Yes, with /select handler start parameter is being applied to query running

Re: start parameter for CloudSolrStream

2016-06-08 Thread Susmit Shukla
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 CloudSo

Re: start parameter for CloudSolrStream

2016-06-08 Thread Joel Bernstein
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 wil