This gives an error and the index is not created: this._collections[ collectionName ].createIndexes({ ds_key: 1 }); Fix it: this._collections[ collectionName ].createIndex({ ds_key: 1 });