Hello all,

I am exploring one of Solr 6.2 new feature (stream decorators) for one of
my application and the "leftOuterJoin" is working as expected. (joining two
streams and getting the data from both the collections)

I need to know if group query works with these distributed joins or not?
(like in older versions of Solr we simply get this by adding
 group=true&group.fieldName=<fieldname> into the query)

Also we use pagination in our app so I was trying parameter start=<some
number> in join query, but it doesn't seemed to work. So how can we get
records from a specific record number and total number of records/groups
found in the JSON response?

Any help appreciated.

Thanks in advance.



Best Regards,
Gurdeep

gurdeepgan...@gmail.com

Reply via email to