Hi,
 i think i found a bug in the AdminUI.

When i create a new collection with the Collection API, the name of the
core is displayed wrong in the AdminUI.

This is the call:

http://localhost:8983/solr/admin/collections?action=CREATE&name=mycollection&collection.configName=myconfig&property.name=mycollection&numShards=1&property.instanceDir=mycollection

The core.properties has the correct value: name=mycollection, but in the
AdminUI the new core has the name mycollection_shard1_replica1.

Only after a restart of the solr server the right name "mycollection" is
shown in the AdminUI.

Reply via email to