Re: Setting SolrCloudServer collection
Set the collection param per request. It only uses the default if you don't set it. - Mark On Oct 11, 2013, at 5:26 PM, Mark wrote: > If using one static SolrCloudServer how can I add a bean to a certain > collection. Do I need to update setDefaultCollection() each time? I doubt > that threa
Setting SolrCloudServer collection
If using one static SolrCloudServer how can I add a bean to a certain collection. Do I need to update setDefaultCollection() each time? I doubt that thread safe? Thanks