If you are talking about default distribution, it is because Solr comes with multiple examples actually. Look for the file solr.xml. That's the rule of a full example each of which may have one or more collections.
If you start Solr with java -Dsolr.solr.home=/x/y/z -jar start.jar you will see the rest of them. Where /x/y/z is the location of the solr.xml file. Regards, Alex. Personal: http://www.outerthoughts.com/ and @arafalov Solr resources and newsletter: http://www.solr-start.com/ and @solrstart Solr popularizers community: https://www.linkedin.com/groups?gid=6713853 On 30 November 2014 at 07:33, ASHOK SARMAH <ashoksarmah1...@gmail.com> wrote: > Hi I am not getting why there are many solrconfig.xml file. > Is that everytime when we upload a file to solr solrconfig.xml file is > generated.