http://docs.mongodb.org/manual/tutorial/enable-text-search/
这个文档说,我们可以在配置文件中指定
您可以在启动时使用
textSearchEnabled参数:
mongod--setParameter textsearchEnabled=true
您可能希望在
configuration file
我试图在配置文件中这样指定:
textSearchEnabled=true
但它不起作用。有人知道这个的正确语法吗?
最佳答案
setParameter=textSearchEnabled=true