11

http://docs.mongodb.org/manual/tutorial/enable-text-search/

这个文档说,我们可以在配置文件中指定

您可以在启动时使用 textSearchEnabled 参数启用文本搜索功能:

mongod --setParameter textSearchEnabled=true

您可能更愿意在 配置文件中设置 textSearchEnabled 参数。

我试图在配置文件中这样指定:

textSearchEnabled=true

但它没有用。有谁知道这个的正确语法?

4

1 回答 1

22
setParameter=textSearchEnabled=true
于 2013-05-10T12:03:24.017 回答