robbiblubber.org
help
|
login
|
search
:
<<
Home Page
Index
Projects
Utility Suite
Data Suite
Bad Wolf Suite
WeakWiki
User Docs
ConfigNotepad
LED
rqoon
Nuub
Code Docs
.NET
Java
PHP
robbiblubber.org
Specs
Articles
Sources
read
source
history
dropAllIndexes()
MongoDB Driver Function Reference
Drops all indexes on the collection.
<collection>.dropAllIndexes()
Arguments
<collection>
The target collection.
Example
db.employees.dropAllIndexes();
Drops all indexes on the
employees
collection.
home
|
MongoDB Driver Function Reference
|
MongoDB Driver