I am in process of migrating SOLR 3.x to 4.3.0. I am trying to figure out a way to run single instance of SOLR without modifying the directory structure. Is it mandatory to have a folder named collection1 in order for the new SOLR server to work? I see that by default it always searches the config files in collection1 folder. Is there a way to force it to ignore the collection1 directory?
My directory structure is as below SOLR |___ conf |___ lib |___ index I tried setting home (-Dsolr.solr.home) point to solr (directory) but it searches for folder named collection1 under solr directory. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-ignore-folder-collection1-when-running-single-instance-of-SOLR-tp4069416.html Sent from the Solr - User mailing list archive at Nabble.com.