All Downloads are FREE. Search and download functionalities are using the official Maven repository.

apispec.collections.collection.shards.shard.Commands.json Maven / Gradle / Ivy

There is a newer version: 9.8.1
Show newest version
{
  "documentation": "https://lucene.apache.org/solr/guide/shard-management.html",
  "description": "Commands to force leader election and synchronize shards.",
  "methods": [
    "POST",
    "DELETE"
  ],
  "url": {
    "paths": [
      "/collections/{collection}/shards/{shard}",
      "/c/{collection}/shards/{shard}"
    ]
  },
  "commands": {
    "force-leader": {
      "documentation": "https://lucene.apache.org/solr/guide/shard-management.html#forceleader",
      "description": "In the unlikely event of a shard losing its leader, this command can be invoked to force the election of a new leader",
      "type": "object"
    },
    "sync-shard": {
      "type": "object"
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy