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

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

{
  "documentation" : "https://lucene.apache.org/solr/guide/schema-api.html#delete-a-field",
  "description": "Deletes a field from the schema.",
  "type":"object",
  "properties":{
    "name":{
     "description" :"The name of the field to delete.",
      "type" : "string"
    }
  },
  "required" : ["name"]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy