SOLR-12827: Fix blurb in ref guide to say that the key is deprecated instead of saying that it is no longer supported.

This commit is contained in:
Shalin Shekhar Mangar 2018-10-04 16:21:42 +05:30
parent 452c2dabf0
commit 793a677d0f
1 changed files with 4 additions and 3 deletions

View File

@ -1247,9 +1247,10 @@ curl -X POST -H 'Content-type:application/json' --data-binary '
}' http://localhost:8983/api/cluster
----
NOTE: Until Solr 7.5, cluster properties supported a "collectionDefaults" key which is no longer supported. Using the API
structure for Solr 7.4 or Solr 7.5 will continue to work but the format of the properties will automatically be converted
to the new nested structure. The old "collectionDefaults" key is deprecated and will be removed in Solr 9.
NOTE: Until Solr 7.5, cluster properties supported a "collectionDefaults" key which is now deprecated. Using the API
structure for Solr 7.4 or Solr 7.5 with "collectionDefaults" will continue to work but the format of the properties
will automatically be converted to the new nested structure. Support for the "collectionDefaults" key will be
removed in Solr 9.
[[collectionprop]]
== COLLECTIONPROP: Collection Properties