summaryrefslogtreecommitdiff
path: root/src/mongo/db/fts/fts_language.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-10906 Add support for legacy text indexesJason Rassi2014-01-281-88/+198
| | | | | FTSSpec now handles text indexes with index option {textIndexVersion:1}.
* SERVER-9932 SERVER-10857 Text search language aliases/validationJason Rassi2013-11-131-0/+152
Users can now use two-letter language codes and can specify languages in mixed case. The following operations will now fail if they do not pass language validation: - Building a text index (if default_language fails validation or if the target collection contains a document with a language that fails validation). - Inserting a document into a text-indexed collection (if it specifies a language that fails validation). - A text query or text command (if it specifies a language that fails validation).