summaryrefslogtreecommitdiff
path: root/src/mongo/db/fts
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45363 Base weight for text index on exact match not possible matchTed Tuckman2020-01-271-1/+1
* SERVER-43128 fix windows compileBenety Goh2019-09-251-3/+3
* SERVER-43128 include cctype for tolowerBilly Donahue2019-09-241-0/+1
* SERVER-43128 Simplify FTS language registryBilly Donahue2019-09-2412-478/+252
* SERVER-41726 Make FTSAccessMethod generate keys with KeyStringGregory Noma2019-08-152-63/+41
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-083-50/+100
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-2731-108/+89
* SERVER-36440 remove code and tests about text index limitDaniel Solnik2019-06-271-26/+0
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-202-46/+30
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-143-5/+5
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-105-10/+14
* SERVER-40802 Don't include boost/algorithm/string.hpp in mongo_uri.hMathias Stearn2019-05-011-0/+4
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-119-22/+10
* SERVER-40543 gen_casefold_map.py force a utf-8 when reading filesMark Benvenuto2019-04-101-1/+1
* SERVER-40542 Remove references to pip2Mathew Robinson2019-04-104-4/+4
* SERVER-40543 gen_casefold_map.py does not work with CRLF line endingsMark Benvenuto2019-04-091-2/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-0912-34/+27
* SERVER-32295 Support Python 3Mathew Robinson2019-04-086-32/+46
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-082-19/+21
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-2811-16/+20
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1362-115/+0
* SERVER-38176 Compile with /permissive- on MSVC to make the compiler strictly ...Henrik Edin2019-02-011-1/+1
* SERVER-37909 Fix GCC-8 in some tests.ADAM David Alan Martin2018-11-081-4/+4
* SERVER-37651 Update copyright noticesRamon Fernandez2018-10-241-8/+9
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2266-1036/+1158
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-4/+3
* SERVER-22078 Remove term list limits for text index in FCV 4.2Xiangyu Yao2018-08-131-13/+24
* SERVER-30870 Enable Unicode Fast Byte Vector Optimization for arm64Daniel Stewart2018-05-072-0/+159
* SERVER-33395 Add configure check for vec_vbpermq outputJason Carey2018-05-041-1/+2
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-044-4/+4
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-6/+4
* SERVER-32479 Make all library names uniqueAndrew Morrow2017-12-291-4/+4
* SERVER-32130 stop printing arguments in code generation toolsMathias Stearn2017-12-081-6/+0
* SERVER-17414 Enable Warnings As Errors on Windows, and disable/fix warningsMark Benvenuto2017-10-201-26/+28
* SERVER-31119 Make string.cpp compatible with boost 1.62Jelle van der Waa2017-09-201-1/+8
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-162-6/+6
* SERVER-29814 Move BSONObj::MatchType/BSONElement::getGtLtOp() to matcherJames Wahlin2017-07-212-42/+27
* SERVER-29220 fix lintAndrew Morrow2017-05-251-0/+28
* SERVER-29220 Default to archive based linkingAndrew Morrow2017-05-242-0/+3
* SERVER-28155 Get rid of the 'mongoscore' sharding libraryKaloian Manassiev2017-03-011-5/+0
* SERVER-27392 fix bug in FTS index's check for indexed arraysDavid Storch2017-02-012-13/+109
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-032-0/+7
* SERVER-26709 Merge mongo/platform/platform and mongo/util/foundation into mon...Andy Schwerin2016-10-261-1/+0
* SERVER-23506 Vectorized fts char scan for ppc64leJason Carey2016-09-163-0/+164
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-232-8/+10
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-182-27/+31
* SERVER-24377 scons generated-sources is missing stop_words_list.[cpp|h]Mark Benvenuto2016-06-081-1/+2
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-034-5/+14
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-2813-52/+76