Added comments for deprecating solr.xml (SOLR-4196 etc)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1456938 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erick Erickson 2013-03-15 12:59:53 +00:00
parent 5eb31627cd
commit 78081caf97
1 changed files with 13 additions and 0 deletions

View File

@ -59,6 +59,19 @@ Detailed Change List
New Features
----------------------
* SOLR-4196 (and others). Solr.xml is being deprecated in favor of a simple
properties file. In the absence of a <solr_home>/solr.xml but the presence of
<solr_home>/solr.properties, two things will happen
1> The attributes that, in the solr.xml file, were in the <solr> and <cores> tags will
be read from the solr.properties
2> The <solr_home> will be walked and any cores fond will be discovered, which will
be inferred by the presence of a "core.properties" file which will contain the
data formerly in the individual <core> tags. The implication here is that there will
be no individual core information in the solr.properties file.
See the discussion on the wiki page titled "Core Discovery (4.3 and beyond)" for
the formats of both solr.properties and the individual core.properties files
(Erick Erickson)
Bug Fixes
----------------------