इंडेक्स को सुनिश्चित करने के लिए आप एक इंडेक्स नाम को पैरामीटर के रूप में पास कर सकते हैं:
db.collection.ensureIndex({"birds.parrots.macaw.blue.id": 1}, {name:"myIndex1"});
db.collection.ensureIndex({"birds.parrots.macaw.blue.id": 1, "field2": 1}, {name:"myIndex1"});