Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

Status Completed
Categories Atlas Search
Created by Guest
Created on Aug 16, 2020

Full-text search for Chinese language

Currently to perform full-text search for Chinese text, the mongo documents need to uploaded to Solr or ES. It would be helpful if the functionality can be supported by Atlas.
  • ADMIN RESPONSE
    Oct 18, 2025
    We've added support for the Chinese Language via the Lucene CJK analyzer. You can learn more about it here: https://docs.atlas.mongodb.com/reference/atlas-search/analyzers/language/#ref-language-analyzers
  • Guest
    Aug 17, 2020
    The Lucene CJK analyzer is supported in MongoDB Atlas Search. It may meet your needs: https://docs.atlas.mongodb.com/reference/atlas-search/analyzers/language/#ref-language-analyzers { "mappings": { "fields": { "sujet": { "type": "string", "analyzer": "lucene.cjk" } } } }