Updating a record

Hello,

I was wondering if there was a way to update an existing record in ES?

Like, i have a record where in i want to change the first name. Like the DB queries.

    _UPDATE firstName VALUES 'SexyBeast' WHERE employeeId = '1992'_

Like above, i want to change some records values but I have placed the data up already.

Thanks,