Details
-
Task
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
None
Description
On the Solr Cores and solr.xml page, the Solr Reference Guide says:
Starting in Solr 4.3, Solr will maintain two distinct formats for solr.xml, the legacy and discovery modes. The former is the format we have become accustomed to in which all of the cores one wishes to define in a Solr instance are defined in solr.xml in <cores><core/>...<core/></cores> tags. This format will continue to be supported through the entire 4.x code line.
As of Solr 5.0 this form of solr.xml will no longer be supported. Instead Solr will support core discovery. [...]
The new "core discovery mode" structure for solr.xml will become mandatory as of Solr 5.0, see: Format of solr.xml.
AFAICT, nothing has been done to remove legacy solr.xml mode from 5.0 or trunk.
Attachments
Attachments
Issue Links
- fixes
-
SOLR-4804 remove support for "defaultCore" and "DEFAULT_DEFAULT_CORE_NAME" in solr 5.x
- Closed