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

lr.solr-core.6.0.0.source-code.WellKnownPermissions.json Maven / Gradle / Ivy

There is a newer version: 9.9.0
Show newest version
{
  "security-edit":{
    "path":[
      "/admin/authentication",
      "/admin/authorization"],
    "collection":null,
    "method":"POST"},
  "security-read":{
    "path":[
      "/admin/authentication",
      "/admin/authorization"],
    "collection":null,
    "method":"GET"},
  "schema-edit":{
    "method":"POST",
    "path":"/schema/*"},
  "collection-admin-edit":{
    "collection":null,
    "path":"/admin/collections"},
  "collection-admin-read":{
    "collection":null,
    "path":"/admin/collections"},
  "schema-read":{
    "method":"GET",
    "path":"/schema/*"},
  "config-read":{
    "method":"GET",
    "path":"/config/*"},
  "update":{"path":"/update/*"},
  "read":{"path":[
      "/select",
      "/get",
      "/browse",
      "/tvrh",
      "/terms",
      "/clustering",
      "/elevate",
      "/export",
      "/spell",
      "/clustering"]},
  "config-edit":{
    "method":"POST",
    "path":"/config/*"},
  "all":{"collection":[
      "*",
      null]}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy