: i will use /usr/solrapp/conf/solr1_solrconfig.xml, solr2_solrconfig.xml, : solr3_solrconfig.xml...and so. : : when i test these instance, i just stay in /usr/solrapp.conf/,,,not like : now, : : i have to change : /usr/solrapp/solr1/conf,,,/usr/solrapp/solr2/conf,,,/usr/solrapp/solr3/conf,
Hmmm... i suppose Solr could support a system property for overriding the name ofhte solrconfig.xml file ... but honestly i think a simpler way to get the behavior you are describing for your development envirnment would be to have seperate solr.home directories for each of your indexes, leave the config files named solrconfig.xml in each, and mke a new directory containing symlinks to each of those config files with wahtever ame you want that helps you remember what it's for. -Hoss