Text Search Languages
This version of the documentation is archived and no longer supported. View the current documentation to learn how to upgrade your version of MongoDB server.
Note
This page describes text search capabilities for self-managed (non-Atlas) deployments. For data hosted on MongoDB Atlas, MongoDB offers an improved full-text search solution, Atlas Search.
The text index and the $text
operator may be used with the following languages, and accepts either the
two-letter ISO 639-1 language code or the long form of the
language name:
Language Name | ISO 639-1 (Two letter codes) |
---|---|
danish | da |
dutch | nl |
english | en |
finnish | fi |
french | fr |
german | de |
hungarian | hu |
italian | it |
norwegian | nb |
portuguese | pt |
romanian | ro |
russian | ru |
spanish | es |
swedish | sv |
turkish | tr |
If you specify a default_language
value of none
, then the text index
parses through each word in the field, including stop words, and ignores
suffix stemming.