Creates the given index.
Creates the given index.
Warning: given the options you choose, and the data to index, it can be a long and blocking operation on the database. You should really consider reading http://www.mongodb.org/display/DOCS/Indexes before doing this, especially in production.
The index to create.
Drops the given index on the given collection.
Drops the given index on the given collection.
The number of indexes that were dropped.
Drops all the indexes on the given collection.
Creates the given index only if it does not exist on this database.
Creates the given index only if it does not exist on this database.
Warning: given the options you choose, and the data to index, it can be a long and blocking operation on the database. You should really consider reading http://www.mongodb.org/display/DOCS/Indexes before doing this, especially in production.
The index to create.
a future containing true if the index was created, false if it already exists.
Gets a future list of all the index on this database.
Gets a manager for the given collection.
Drops the given index on the given collection.
Drops the given index on the given collection.
The number of indexes that were dropped.
Deletes the given index on the given collection.
Deletes the given index on the given collection.
The number of indexes that were dropped.
(Since version 0.11.0) Use drop instead
Deletes the given index on the given collection.
Deletes the given index on the given collection.
The deleted index number.
(Since version 0.11.0) Use drop instead
Indexes manager at database level.