How to rename the field name in document?

Available:
{
"attributes" : {
"Gender" : "Men"
}
}

Want:
{
"attributes" : {
"gender" : "Men"
}
}

I want to rename the gender field name.
I have millions record/document so I don't want to re-index it.