Class SchemaRequest.DeleteDynamicField

All Implemented Interfaces:
Serializable
Enclosing class:
SchemaRequest

public static class SchemaRequest.DeleteDynamicField extends SchemaRequest.Update
Deletes a dynamic field rule from your schema. If the dynamic field rule does not exist in the schema, or if the schema contains a copy field rule with a target or destination that matches only this dynamic field rule the method call SolrRequest.process(SolrClient, String) will fail.
See Also:
  • Constructor Details

    • DeleteDynamicField

      public DeleteDynamicField(String dynamicFieldName)
      Creates a new instance of the request.
      Parameters:
      dynamicFieldName - the name of the dynamic field to be removed
    • DeleteDynamicField

      public DeleteDynamicField(String fieldName, SolrParams q)
  • Method Details