summaryrefslogtreecommitdiff
path: root/src/mongo/db/fts/fts_language.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
|
* SERVER-19557 Add text index v3Adam Chelminski2015-08-111-10/+28
|
* SERVER-19421 Add abstractions for phrase matching in FTSAdam Chelminski2015-07-291-1/+12
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-102/+101
|
* SERVER-17520: Add support for pluggable FTS tokenizersMark Benvenuto2015-04-011-4/+20
|
* Revert "FTS Tokenizer"Geert Bosch2015-03-301-20/+4
| | | | This reverts commit 0bed4262dac849788e6571dc404d5d261b9e1c8c.
* FTS TokenizerMark Benvenuto2015-03-301-4/+20
|
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-3/+3
|
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-4/+4
|
* SERVER-10906 Add support for legacy text indexesJason Rassi2014-01-281-22/+58
| | | | | FTSSpec now handles text indexes with index option {textIndexVersion:1}.
* SERVER-9932 SERVER-10857 Text search language aliases/validationJason Rassi2013-11-131-0/+92
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).