From 793a677d0f62e2bcfeae7e0abb42b5f7ab40126e Mon Sep 17 00:00:00 2001 From: Shalin Shekhar Mangar Date: Thu, 4 Oct 2018 16:21:42 +0530 Subject: [PATCH] SOLR-12827: Fix blurb in ref guide to say that the key is deprecated instead of saying that it is no longer supported. --- solr/solr-ref-guide/src/collections-api.adoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/solr/solr-ref-guide/src/collections-api.adoc b/solr/solr-ref-guide/src/collections-api.adoc index a5b4e566d5f..f320cdbba29 100644 --- a/solr/solr-ref-guide/src/collections-api.adoc +++ b/solr/solr-ref-guide/src/collections-api.adoc @@ -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