mirror of https://github.com/apache/lucene.git
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:
parent
452c2dabf0
commit
793a677d0f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue