PBC Yokozuna Schema Put

Create a new Solr search schema.

Request

message RpbYokozunaSchemaPutReq {
    required RpbYokozunaSchema schema =  1;
}

Each message must contain a RpbYokozunaSchema object structure.

message RpbYokozunaSchema {
    required bytes name    =  1;
    optional bytes content =  2;
}

This message must include both the schema name and its Solr search schema content as XML.

Response

Returns a RpbPutResp code with no data on success.