# File lib/mongo/collection.rb, line 447
    def indexes(options = {})
      Index::View.new(self, options)
    end