summaryrefslogtreecommitdiff
path: root/src/mongo/db/fts/fts_command_mongod.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16061: remove "text" commandMark Benvenuto2014-12-301-179/+0
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-1/+5
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-4/+3
* SERVER-14407 delete runner.hDavid Storch2014-07-231-1/+1
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-15/+13
* SERVER-13961 Pass OperationContext into WhereCallbackRealKaloian Manassiev2014-07-181-1/+1
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-2/+2
* SERVER-14471 Fix build break with the Visual Studio 2013 Update 2 toolkitKaloian Manassiev2014-07-071-0/+2
* SERVER-13635 RIP pdfile.h/cppMathias Stearn2014-06-231-1/+0
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-1/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-2/+3
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-3/+2
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-2/+3
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-3/+10
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-171-1/+2
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-4/+3
* SERVER-13141 Text command bubble up error messages from query engineJason Rassi2014-03-121-4/+8
* SERVER-7754 include query plan debug string in slow query log and db.currentOp()David Storch2014-01-261-1/+1
* SERVER-10026 Refer to $meta values by string constantsJason Rassi2013-12-131-1/+1
* SERVER-9063 SERVER-10026 Rename document metadata "text" to "textScore"Jason Rassi2013-12-131-1/+1
* SERVER-10026 migrate text cmd to use query execHari Khalsa2013-12-121-83/+69
* SERVER-9932 SERVER-10857 Text search language aliases/validationJason Rassi2013-11-131-1/+1
* SERVER-11667 Fix typo in text command error messageJason Rassi2013-11-131-1/+1
* SERVER-11178: more IndexCatalog workEliot Horowitz2013-11-021-6/+8
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* migrate 2d and fts command, update logic, SERVER-8791 SERVER-9164Hari Khalsa2013-04-181-5/+7
* SERVER-8999 Read "indexPrefix" correctly in FTSCommand::_run()Jason Rassi2013-03-161-6/+6
* SERVER-8125: improve text command error handling of large resultsEliot Horowitz2013-01-141-4/+8
* SERVER-380: Experimental text search indexingEliot Horowitz2012-12-251-0/+159