Hi All, Is it possible to generate suggestions from multiple collections at the same time? So I have let's say collections - c1 and c2 and both have their own suggest component (with the same name - my_suggestions). Can I perform a distributed search across these two suggesters ? The collection parameter that supports distributed search across collections doesn't seem to work.
Example: solr/c1/my_suggestions?q=ice&collection=c1,c2 --> only generates suggestions from c1 solr/c1/my_suggestions?q=ice&collection=c2,c1 --> only generates suggestions from c2 Thoughts? Thanks, Seez