summaryrefslogtreecommitdiff
path: root/src/mongo/db/fts/stop_words.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-19936 Optimize UnicodeFTSTokenizerMathias Stearn2016-03-111-1/+1
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-30/+25
|
* SERVER-17520: Add support for pluggable FTS tokenizersMark Benvenuto2015-04-011-10/+5
|
* Revert "FTS Tokenizer"Geert Bosch2015-03-301-5/+10
| | | | This reverts commit 0bed4262dac849788e6571dc404d5d261b9e1c8c.
* FTS TokenizerMark Benvenuto2015-03-301-10/+5
|
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+3
|
* SERVER-15708 Don't leak stop wordsAndrew Morrow2014-10-271-8/+6
|
* SERVER-10906 Add support for legacy text indexesJason Rassi2014-01-281-8/+7
| | | | | FTSSpec now handles text indexes with index option {textIndexVersion:1}.
* SERVER-9932 SERVER-10857 Text search language aliases/validationJason Rassi2013-11-131-2/+2
| | | | | | | | | | | | | | | | 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).
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
|
* SERVER-380: Experimental text search indexingEliot Horowitz2012-12-251-0/+73