: http://wiki.apache.org/solr/CoreAdmin#Core_Administration : : if you wanted to eliminate administration of the core from the web site, : : could you eliminate either solr.xml or remove the : : <cores adminPath="/admin/cores"> from the solr.xml file?
As mentioned on that page... adminPath - Relative path to access the CoreAdminHandler for dynamic core manipulation. For example, adminPath="/admin/cores" configures access via http://localhost:8983/solr/admin/cores. If this attribute is not specified, dynamic manipulation is unavailable. -Hoss