I am running solr with two cores in solr.xml One is product (import from db) and one is collection1 (from the tutorial)
Now in order to clear the index I run http://localhost:8983/solr/update?stream.body=<delete><query>*:*</query></delete > http://localhost:8983/solr/update?stream.body=<commit/> only the "collection1" core (of the tutorial) is cleared. How can I clear a specific index? How can I clear all indice? Thanks.