That's a little telling INFO: Opening new SolrCore at /Users/johndoe/example1/solr/, dataDir=./solr/data/
Since I'm running with ~/example2 as the current working directory, then that would explain it. Schema etc. is found in ~/example1/solr/conf, but the data is being managed in ~/example2/solr/data. Is this a bug, or is there another setting I need? On Jul 17, 2010, at 8:55 PM, Mark Miller wrote: > What is your data dir set to? It should say in the start up logging. > > - Mark > > http://www.lucidimagination.com (mobile) > > On Jul 17, 2010, at 8:40 PM, Tracy Flynn <s...@thisonejustforme.com> wrote: > >> One more piece of information. I notice that it does look for the schema in >> ~/solr_example1/solr/conf. A fatal error is generated if >> ~/solr_example1/solr/conf is removed. So, it appears to be localized to the >> writing of the index files. >> >>