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

apispec.core.SchemaEdit.deleteCopyField.json Maven / Gradle / Ivy

There is a newer version: 9.7.0
Show newest version
{
  "type":"object",
  "documentation": "https://lucene.apache.org/solr/guide/schema-api.html#delete-a-copy-field-rule",
  "description": "Deletes a copy field rule. Both sides of the copy rule (source and destination) are required in order to delete the rule.",
  "properties":{
    "source": {
      "type":"string",
      "description": "The field the copy rule is defined to copy from."
    },
    "dest": {
      "type": "string",
      "description": "The field the copy rule is defined to copy to."
    }
  },
  "required": [
    "source",
    "dest"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy