Re: Solr 6.2 Distributed joins

2016-10-05 Thread Joel Bernstein
The relational algebra expressions (innerJoin, outerJoin etc...) will not interact with Solr standard grouping or paging. So if you want to group following a join you will need wrap the join with the reduce function. There is a lot to understand about how this works though. There are both

Solr 6.2 Distributed joins

2016-10-05 Thread Gurdeep Singh
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