when we are making a copy of the existing document(ex id: Tf23) with adding _ to the id (ex id:_Tf23) we are getting an issue like the existing document id (Tf23) it is also taking the _ to the id but we need a copy of the document with _ id which means we need to see two document like
Expected output: Tf23 and _Tf23
Actual output: _Tf23 and _Tf23
where we are taking the existing id in indexing has routing field by adding _ at the begin of the id(ex: _Efr43)
Please help in resolve these issue