You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2018/10/04 10:52:43 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/master 452c2dabf -> 793a677d0


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


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/793a677d
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/793a677d
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/793a677d

Branch: refs/heads/master
Commit: 793a677d0f62e2bcfeae7e0abb42b5f7ab40126e
Parents: 452c2da
Author: Shalin Shekhar Mangar <sh...@apache.org>
Authored: Thu Oct 4 16:21:42 2018 +0530
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Thu Oct 4 16:22:29 2018 +0530

----------------------------------------------------------------------
 solr/solr-ref-guide/src/collections-api.adoc | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/793a677d/solr/solr-ref-guide/src/collections-api.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/collections-api.adoc b/solr/solr-ref-guide/src/collections-api.adoc
index a5b4e56..f320cdb 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