Not as I understand it. All that allows is a pluggable assignment of documents to shards in SolrCloud. There's nothing tying that JIRA to distributed joins or field collapsing.
Distributed grouping is already in place as of Solr 3.5, see: https://issues.apache.org/jira/browse/SOLR-2066 Best Erick On Fri, Aug 24, 2012 at 2:49 PM, Pavel Goncharik <pavel.goncha...@gmail.com> wrote: > Do I understand correctly that once > https://issues.apache.org/jira/browse/SOLR-2592 is resolved, it will > make both distributed joins and field collapsing work? > > Best regards, Pavel > > On Fri, Aug 24, 2012 at 6:01 PM, Erick Erickson <erickerick...@gmail.com> > wrote: >> Right, there hasn't been any action on that patch in a while... >> >> Best >> Erick >> >> On Wed, Aug 22, 2012 at 12:18 PM, Timothy Potter <thelabd...@gmail.com> >> wrote: >>> Just to clarify that query-side joins ( e.g. {!join from=id >>> to=parent_signal_id_s}id:foo ) do not work in a distributed mode yet? >>> I saw LUCENE-3759 as unresolved but also some some Twitter traffic >>> saying there was a patch available. >>> >>> Cheers, >>> Tim