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 2009/09/01 19:26:50 UTC

[Solr Wiki] Update of "CoreAdmin" by IgorMotov

Dear Wiki user,

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

The following page has been changed by IgorMotov:
http://wiki.apache.org/solr/CoreAdmin

------------------------------------------------------------------------------
  
    See [https://issues.apache.org/jira/browse/SOLR-1106 SOLR-1106] for more details. 
  
- == core ==
- The `<core>` tag accepts two attributes:
+ The `<core>` tag accepts the following attributes:
    *'''name''' - The registered core name.  This will be how the core is accessed.
    *'''instanceDir''' - The ''solr.home'' directory for a given core.
+   *'''config''' - The configuration file name for a given core. The default is 'solrconfig.xml'.
+   *'''schema''' - The schema file name for a given core. The default is 'schema.xml'.
    *'''dataDir''' - The data directory for a given core. The default is <instanceDir>/data . It can take an absolute path or a relative path w.r.t instanceDir . <!> ["Solr1.4"]
    *'''properties''' -The core properties file name.This can be an absolute or relative path(relative to instanceDir) <!> ["Solr1.4"]