标签: mongodb
如何执行此命令:
db.collection.runCommand(“text”,{“search”:“search text”})
在mongodb中使用c ++。
我已经可以连接到数据库了。