The subject database.
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.
Deletes the given index on that database.
Deletes the given index on that database.
The deleted index number.
Deletes the given index on that database.
Deletes the given index on that database.
The deleted index number.
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.
(indexesManager: StringAdd).self
(indexesManager: StringFormat).self
(indexesManager: ArrowAssoc[IndexesManager]).x
(Since version 2.10.0) Use leftOfArrow
instead
(indexesManager: Ensuring[IndexesManager]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
A helper class to manage the indexes on the given database.