Class SchemaRequest.MultiUpdate

All Implemented Interfaces:
Serializable
Enclosing class:
SchemaRequest

public static class SchemaRequest.MultiUpdate extends SchemaRequest.Update
The Schema API offers the possibility to perform one or more add requests in a single command.

The API is transactional and all commands in a single SolrRequest.process(SolrClient, String) call either succeed or fail together.

See Also: