summaryrefslogtreecommitdiff
path: root/src/mongo/db/fts/fts_index_format_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-5/+5
* SERVER-27392 fix bug in FTS index's check for indexed arraysDavid Storch2017-02-011-0/+76
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-8/+9
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-13/+19
* SERVER-23945 make IndexCatalog::_fixIndexSpec() use Status instead of throwingDavid Storch2016-05-251-37/+19
* SERVER-21828 Murmurhash for bigendianMark Benvenuto2016-03-021-1/+6
* SERVER-19829: Use MD5 and longer key prefixes in text index v3 for long terms.Mark Benvenuto2015-08-241-0/+34
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-152/+171
* SERVER-17437 fts_index_format.h shouldn't include fts_spec.hJason Rassi2015-03-101-0/+1
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+1
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-12518 support insertion of documents with large keys into text indexBenety Goh2014-02-131-0/+83
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-8873 Correctly decide if a term in a text field is a stopwordJason Rassi2013-03-121-0/+12
* SERVER-380: Experimental text search indexingEliot Horowitz2012-12-251-0/+96