Class SchemaRequest.ReplaceField

All Implemented Interfaces:
Serializable
Enclosing class:
SchemaRequest

public static class SchemaRequest.ReplaceField extends SchemaRequest.Update
Replaces a field's definition. Note that the full definition for a field must be supplied - this command will not partially modify a field's definition. If the field does not exist in the schema the method call SolrRequest.process(SolrClient, String) will fail.
See Also: