Hi, With solr streaming expressions is there a way to parallel merge a number of solr streams. Or a way to apply the parallel function to something like this?
merge( search(collection1, ...), search(collection2, ...), ... on="id asc") ) Cheers, Damien.