On Jan 18, 2013, at 1:40 PM, Shawn Heisey <s...@elyograg.org> wrote:
> I have a cloud up and running with one config and collection, and I think I > understand how to create more of both. > > Is the following the recommended way of choosing a collection with SolrJ's > CloudSolrServer, or should I be doing something different? > > server.setDefaultCollection("test1"); Yeah, thats fine if you only plan on working with one collection. Otherwise just pass collection=whatever as a param to override. > Any SolrJ examples for cloud-related tasks would be appreciated. I'll look at adding some to the wiki. - Mark