search

Home  >  Q&A  >  body text

mongodb - Mongnenging 3.2 如何指定全文索引default_language?

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

仅有的幸福仅有的幸福2788 days ago875

reply all(3)I'll reply

  • ringa_lee

    ringa_lee2017-05-02 09:24:13

    Isn’t it okay to do this:

    db.xxx.createIndex(
       { content : "text" },
       { default_language: "english" }
    )

    reply
    0
  • 仅有的幸福

    仅有的幸福2017-05-02 09:24:13

    How to set it in Chinese?

    reply
    0
  • 曾经蜡笔没有小新

    曾经蜡笔没有小新2017-05-02 09:24:13

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

    reply
    0
  • Cancelreply