mongodb - Mongnenging 3.2 如何指定全文索引default_language?
仅有的幸福
仅有的幸福 2017-05-02 09:22:13
0
3
849

看到一个老版本的。但是试用好像不行。有没有同学知道新版本的default_language如何指定。

仅有的幸福
仅有的幸福

reply all(3)
左手右手慢动作

Isn’t it okay to do this:

db.xxx.createIndex(
   { content : "text" },
   { default_language: "english" }
)
仅有的幸福

How to set it in Chinese?

曾经蜡笔没有小新

Please see the documentation
https://docs.mongodb.com/manu...
Note that Chinese full-text indexing is a feature only supported by the enterprise version.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template