summaryrefslogtreecommitdiff
path: root/src/mongo/db/fts/fts_spec.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43128 fix windows compileBenety Goh2019-09-251-3/+3
* SERVER-43128 Simplify FTS language registryBilly Donahue2019-09-241-15/+19
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-14/+8
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-1/+0
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-2/+1
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-11/+12
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-2/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-4/+3
* SERVER-29814 Move BSONObj::MatchType/BSONElement::getGtLtOp() to matcherJames Wahlin2017-07-211-1/+3
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-031-1/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+10
* SERVER-23945 make IndexCatalog::_fixIndexSpec() use Status instead of throwingDavid Storch2016-05-251-45/+92
* SERVER-19936 use StringMap in FTSSpec::_scoreStringV2Mathias Stearn2016-03-111-1/+1
* SERVER-13026 clarify error message for invalid text index weightsDavid Storch2016-02-251-1/+4
* SERVER-20848: text search of document with language field uses the wrong text...Mark Benvenuto2015-10-221-1/+1
* SERVER-19906: verify() failure when text index on "_fts" has weights set to e...Mark Benvenuto2015-10-151-0/+2
* SERVER-19557 Add text index v3Adam Chelminski2015-08-111-14/+24
* SERVER-19639 Add Unicode phrase matcher and tokenizer for FTSAdam Chelminski2015-08-071-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-401/+352
* SERVER-18501: Improve error message when server fails to start due to unsuppo...Mark Benvenuto2015-06-111-3/+11
* SERVER-17520: Add support for FTS Tokenizer stop word filteringMark Benvenuto2015-04-011-1/+1
* SERVER-17520: Add support for pluggable FTS tokenizersMark Benvenuto2015-04-011-15/+7
* Revert "FTS Tokenizer"Geert Bosch2015-03-301-7/+15
* FTS TokenizerMark Benvenuto2015-03-301-15/+7
* SERVER-17437 Case-sensitive mode for FTSQuery/FTSMatcherJason Rassi2015-03-121-3/+3
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-10879 Text index builds validate both "key" and "weights"Jason Rassi2014-02-281-16/+18
* SERVER-12226 FTSSpec::fixSpec() text index suffix allow {a:-1} keysJason Rassi2014-02-101-14/+22
* SERVER-12081 Move fts_iterator.{cpp,h} => fts_element_iterator.{cpp,h}Jason Rassi2014-01-291-1/+1
* Merge branch 'paul/ftsiterator'Jason Rassi2014-01-291-115/+25
|\
| * SERVER-12081 fts_iterator implementationPaul Pedersen2014-01-281-108/+25
* | SERVER-10906 Add support for legacy text indexesJason Rassi2014-01-281-31/+55
* | SERVER-12325 Fix FTSSpec traversal logic for subdocumentsJason Rassi2014-01-241-1/+3
|/
* SERVER-10159 Store the FieldRef for _id in a file static to avoid a dynamic a...Andrew Morrow2014-01-041-2/+1
* SERVER-10857 Validate various text index spec optionsJason Rassi2013-12-061-24/+118
* SERVER-10857 Remove support for now-broken "fts" index aliasJason Rassi2013-12-041-3/+1
* SERVER-9932 SERVER-10857 Text search language aliases/validationJason Rassi2013-11-131-16/+35
* SERVER-9390 Bump textIndexVersion to 2Jason Rassi2013-10-111-2/+2
* SERVER-9390 Text search support for multi-language documentsJason Rassi2013-10-111-74/+88
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-9796 FTSSpec::fixSpec() should not re-order _fts* fieldsJason Rassi2013-05-301-1/+2
* SERVER-8921 Change error condition for invalid text index specJason Rassi2013-03-121-1/+1
* SERVER-8873 Correctly decide if a term in a text field is a stopwordJason Rassi2013-03-121-1/+1
* SERVER-8921 Improve error message for invalid text index specJason Rassi2013-03-121-0/+3
* This version of FTS only works with index version 1Eliot Horowitz2013-03-041-1/+3
* fix spelling in error string from fts::FTSSpec::getIndexPrefixJason Rassi2013-01-161-2/+2