This is an automated email from the ASF dual-hosted git repository.
gerlowskija pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 5f34dbb SOLR-15182: Remove orphaned apispec file
5f34dbb is described below
commit 5f34dbbbec96584a5d251ac7d7a72fdcd1e8e434
Author: Jason Gerlowski <[email protected]>
AuthorDate: Fri Nov 19 21:34:57 2021 -0500
SOLR-15182: Remove orphaned apispec file
Removes the unused: collections.collection.Commands.modify.json
---
.../apispec/collections.collection.Commands.modify.json | 16 ----------------
1 file changed, 16 deletions(-)
diff --git
a/solr/solrj/src/resources/apispec/collections.collection.Commands.modify.json
b/solr/solrj/src/resources/apispec/collections.collection.Commands.modify.json
deleted file mode 100644
index a3e00bb..0000000
---
a/solr/solrj/src/resources/apispec/collections.collection.Commands.modify.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
-
"documentation":"https://lucene.apache.org/solr/guide/collection-management.html#modifycollection",
- "description":"Modifies specific attributes of a collection. Multiple
attributes can be changed at one time.",
- "type": "object",
- "properties":{
- "replicationFactor": {
- "type": "integer",
- "description": "The number of replicas to be created for each shard.
Replicas are physical copies of each shard, acting as failover for the shard.
Note that changing this value on an existing collection does not automatically
add more replicas to the collection. However, it will allow add-replica
commands to succeed."
- },
- "readOnly": {
- "type": "boolean",
- "description": "Setting the readOnly attribute to true puts the
collection in read-only mode, in which any index update requests are rejected.
Other collection-level actions (e.g., adding / removing / moving replicas) are
still available in this mode."
- }
-
- }
-}