Is there a way to see a list of indices on a collection in mongodb in shell? i read through http://www.mongodb.org/display/DOCS/Indexes but i dont see anything
And if you want to get list of all indexes in your database:
use "yourdbname" db.system.indexes.find()