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 collection.
Deletes the given index on that collection.
The deleted index number.
Deletes the given index on that collection.
Deletes the given index on that collection.
The deleted index number.
Creates the given index only if it does not exist on this collection.
Creates the given index only if it does not exist on this collection.
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.
(collectionIndexesManager: StringAdd).self
(collectionIndexesManager: StringFormat).self
(collectionIndexesManager: ArrowAssoc[CollectionIndexesManager]).x
(Since version 2.10.0) Use leftOfArrow
instead
(collectionIndexesManager: Ensuring[CollectionIndexesManager]).x
(Since version 2.10.0) Use resultOfEnsuring
instead