summaryrefslogtreecommitdiff
path: root/src/mongo/db/fts
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-23971 Fixup headers to workaround clang-format 3.8 include sorting bugMark Benvenuto2016-05-284-0/+7
* SERVER-23945 make IndexCatalog::_fixIndexSpec() use Status instead of throwingDavid Storch2016-05-257-154/+183
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-031-9/+0
* SERVER-19936 use StringMap in FTSSpec::_scoreStringV2Mathias Stearn2016-03-112-2/+3
* SERVER-19936 Optimize UnicodeFTSTokenizerMathias Stearn2016-03-1112-229/+191
* SERVER-19936 Rename unicode::string::prepForSubstrMatch and make easier to useMathias Stearn2016-03-113-49/+65
* SERVER-19936 Vector-optimize FTS phrase matchesMathias Stearn2016-03-115-0/+412
* SERVER-19936 Optimize FTS v3 phrase matchingMathias Stearn2016-03-119-112/+1842
* SERVER-21828 Murmurhash for bigendianMark Benvenuto2016-03-021-1/+6
* SERVER-13026 clarify error message for invalid text index weightsDavid Storch2016-02-252-2/+8
* SERVER-17440 Remove unneeded library db/fts/server_commonJason Rassi2016-02-241-10/+2
* SERVER-22527 Remove toString() and debugString() from FTSQueryImpl.Charlie Swanson2016-02-243-82/+25
* SERVER-17440 Remove references to textSearchEnabled command line optionPaul Pedersen2016-02-222-77/+0
* SERVER-20792 Only negate term if directly proceeded by hyphen.Charlie Swanson2016-02-043-7/+130
* SERVER-22135 Take python from environment rather system default pathRamon Fernandez2016-01-204-8/+8
* SERVER-21905 Python scripts should read text with universal newline supportMark Benvenuto2015-12-283-3/+3
* SERVER-19510 Move text query parsing to TextMatchExpression::init()Jason Rassi2015-11-1810-101/+518
* SERVER-19510 Rename FTSQuery to FTSQueryImplJason Rassi2015-11-189-70/+71
* SERVER-19510 Refactor $text match expression parsingJason Rassi2015-11-122-6/+0
* Revert "SERVER-20888: Defer $language check to FTSQuery::Parse"Mark Benvenuto2015-10-264-44/+56
* SERVER-21097 Add a lint rule to prohibit std::atomic, add NOLINT to existing ...Andy Schwerin2015-10-231-1/+1