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

Reply via email to