StackOverflow 文档 MongoDB 教程 索引 DroppingDeleting 索引 DroppingDeleting 索引 Created: November-22, 2018 如果索引名称已知, db.collection.dropIndex('name_of_index'); 如果索引名称未知, db.collection.dropIndex( { 'name_of_field' : -1 } ); 获取集合的指数索引