You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2013/05/21 17:17:41 UTC

[Solr Wiki] Update of "CoreAdmin" by ShawnHeisey

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 ShawnHeisey:
http://wiki.apache.org/solr/CoreAdmin?action=diff&rev1=51&rev2=52

Comment:
moved links to new pages, cleaned things up a bit.

  <<TableOfContents>>
  
  = Configuration =
- As of <!> [[Solr4.3]] there will be an optional new structure for solr.xml that will be mandatory for 5.0. See [[Solr.xml 4.3 and beyond]]. As of <!> [[Solr5.0]] this new structure will be mandatory and cores will be discovered by walking SOLR_HOME or coreRootDirectory (see the above link).
+ As of <!> [[Solr4.4]] there will be an optional new structure for solr.xml that will be mandatory for 5.0. See [[Solr.xml 4.4 and beyond]] and [[Core Discovery (4.4 and beyond)]].
  
+ As of <!> [[Solr5.0]] this new structure will be mandatory and cores will be discovered by walking SOLR_HOME or coreRootDirectory - see links above.
- As of <!> [[Solr5.0]] '''defining cores in solr.xml will no longer be supported''', auto-discovery will be the only method of defining cores. See [[Solr.xml 4.3 and beyond]]
- 
  
  = CoreAdminHandler =