Hi, In the ref guide, reindex collection section <https://solr.apache.org/guide/solr/latest/deployment-guide/collection-management.html#reindexcollection>, there is a reference to "policy".
The following parameters are currently supported (described in detail in > the CREATE collection > <https://solr.apache.org/guide/solr/latest/deployment-guide/collection-management.html#create> > section): numShards, replicationFactor, nrtReplicas, tlogReplicas, > pullReplicas, shards, policy, createNodeSet, createNodeSet.shuffle, > router.*. However, "policy" param is not at all presented in the current create collection section, and going through code for reindex collection and create collection, I see no reference to "policy". It seems that reference to "policy" was mostly removed on 8.6 and 9.0. Is it safe to remove "policy" param from ref guide? Yuntong