You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2011/12/08 18:01:38 UTC

[Solr Wiki] Update of "CoreAdmin" by MatthewWilcoxson

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "CoreAdmin" page has been changed by MatthewWilcoxson:
http://wiki.apache.org/solr/CoreAdmin?action=diff&rev1=33&rev2=34

Comment:
instanceDir specifies where lib not data is located.

  
  Besides them, a few properties are automatically added in the core scope. They are:
   * `solr.core.name` -- The core's name as defined in solr.xml
-  * `solr.core.instanceDir` -- The core's instance directory (i.e. the directory under which that core's `conf/` and `data/` directory are located)
+  * `solr.core.instanceDir` -- The core's instance directory (i.e. the directory under which that core's `conf/` and `lib/` directory are located)
   * `solr.core.dataDir` -- The core's data directory (i.e. the directory under which that core's index directory are located)
   * `solr.core.configName` -- The name of the core's config file (solrconfig.xml by default)
   * `solr.core.schemaName` -- The name of the core's schema file (schema.xml by default)