Hi Dotan, It seems that the examples now use Multiple Cores<http://wiki.apache.org/solr/CoreAdmin>by default. If your test server is based on the stock example, you should see a solr.xml file in your CWD path which is how Solr knows about the relative paths. There should also be a README.txt file that will tell you more about how the directory is expected to be organized.
Cheers, Tricia On Tue, Oct 16, 2012 at 3:50 PM, Dotan Cohen <dotanco...@gmail.com> wrote: > I have just installed Solr 4.0 on a test server. I start it like so: > $ pwd > /some/dir > $ java -jar start.jar > > The Solr Instance now looks like this: > CWD > /some/dir > Instance > /some/dir/solr/collection1 > Data > /some/dir/solr/collection1/data > Index > /some/dir/solr/collection1/data/index > > From where did the additional relative paths 'collection1', > 'collection1/data', and 'collection1/data/index' come from? I know > that I can change the value of CWD with the -Dsolr.solr.home flag, but > what affects the relative paths mentioned? > > Thanks. > > > -- > Dotan Cohen > > http://gibberish.co.il > http://what-is-what.com >