}
case SWAP: {
do_persist = params.getBool(CoreAdminParams.PERSISTENT, cores.isPersistent());
String other = required.get( CoreAdminParams.OTHER );
cores.swap( cname, other );
break;
}
default: {
throw new SolrException( SolrException.ErrorCode.BAD_REQUEST,