On Dec 4, 2012, at 5:57 AM, LEFEBVRE Guillaume <[email protected]> wrote:
> Hello, > > I have a SolrCloud environment with 2 collections running perfectly. > > I would like to create a new collection using : > http://localhost:8080/solr/admin/collections?action=CREATE&name=mycollection&numShards=1&numReplicas=2 > But nothing appends ! > > Could you help me please ? > > Best regards, > Guillaume Check the logs to see the result - probably the logs of the first instance you started (the overseer). It should indicate why the collection was not created. Before long we will have the call itself return the results so you don't have to dig into the logs for this. - Mark
