Does MongoDB Atlas support full text search for chinese text?
If not, what should be done to get the search to work ?
Hi @Supriya_Bansal,
Unfortunately, at the moment there are no language analyzing for Chinese language:
https://docs.atlas.mongodb.com/reference/atlas-search/analyzers/language/
You can open a feature request at:
https://feedback.mongodb.com/
You can try to set the locale on the collection level and try a simple utf8 text search to see if it works for you.
Best
Pavel
Thank you!! This is helpful.
Hi @Supriya_Bansal,
Apparently I missed that lucene.cjk
is listed as supported see if this works for you.
Sorry for the confusion.
Best
Pavel
1 Like
Oh nice…this is amazing!!
Thank you!
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.