Class SchemaRequest.ReplaceDynamicField

All Implemented Interfaces:
Serializable
Enclosing class:
SchemaRequest

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