Class SchemaRequest.DeleteFieldType

All Implemented Interfaces:
Serializable
Enclosing class:
SchemaRequest

public static class SchemaRequest.DeleteFieldType extends SchemaRequest.Update
Removes a field type from the schema of the specified collection. If the field type does not exist in the schema, or if any field or dynamic field rule in the schema uses the field type, the method call SolrRequest.process(SolrClient, String) will fail.
See Also:
  • Constructor Details

    • DeleteFieldType

      public DeleteFieldType(String fieldTypeName)
      Creates a new instance of the request.
      Parameters:
      fieldTypeName - the name of the field type to be removed
    • DeleteFieldType

      public DeleteFieldType(String fieldTypeName, SolrParams q)
  • Method Details