summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/text.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26833 Non-blocking text queries when projection ignores score.Justin Seyster2017-10-191-2/+6
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-091-0/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()Jason Rassi2016-01-141-1/+1
* SERVER-19510 Rename FTSQuery to FTSQueryImplJason Rassi2015-11-181-3/+3
* SERVER-19456 Use final designators where appropriate in PlanStagesMathias Stearn2015-07-231-1/+1
* SERVER-17364 Unify handling of child stages into PlanStage base classMathias Stearn2015-07-161-13/+0
* SERVER-19109 Refactor text stage into matcher and scorer stageAdam Chelminski2015-07-091-107/+24
* SERVER-16889.5 PlanExecutor::getStats() and PlanStage::getStats() return uniq...Qingyang Chen2015-06-291-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-114/+116
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-091-0/+3
* SERVER-17633 add const qualifiers to PlanStage and Explain interfacesDavid Storch2015-04-171-2/+2
* SERVER-17062 rename NEED_FETCH to NEED_YIELDDavid Storch2015-02-161-2/+2
* SERVER-17062 Make query execution handle WriteConflictExceptions where possibleMathias Stearn2015-02-131-1/+4
* SERVER-16675 force fetch RecordIds buffered by the query system on saveState()David Storch2015-01-071-3/+10
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-3/+3
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-261-1/+1
* SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi2014-11-201-1/+1
* SERVER-15665 MMAP v1 requests yields during page faults via NEED_FETCHDavid Storch2014-11-041-0/+3
* SERVER-14633 rename prepareToYield() and recoverFromYield() to saveState() an...David Storch2014-07-291-2/+2
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-1/+1
* SERVER-14408 access stats directly from execution stagesDavid Storch2014-07-081-0/+4
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-2/+10
* SERVER-14097 SERVER-14098 execution-level explain for .find() and .count()David Storch2014-06-271-0/+4
* SERVER-14096 explain find() at queryPlanner verbosityDavid Storch2014-06-111-0/+2
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-171-3/+0
* SERVER-12677 text stage can work() incrementallyHari Khalsa2014-02-131-17/+53
* SERVER-12398 bubble error from plan stages to runnerBenety Goh2014-02-101-1/+2
* SERVER-12327 converted DiskLoc-based results to owned copies in working set o...Benety Goh2014-01-291-26/+8
* SERVER-10026 SERVER-12046 SERVER-12113 runner/stage invalidation can be mutat...Hari Khalsa2014-01-141-1/+1
* SERVER-10026 migrate text cmd to use query execHari Khalsa2013-12-121-1/+2
* SERVER-9063 SERVER-10026 can sort on doc metadata, remove implicit text sortHari Khalsa2013-12-021-3/+0
* SERVER-10026 break up proj parsing and exec, add meta/text score projectionHari Khalsa2013-11-211-0/+1
* SERVER-11178: fix ownership of IndexDescriptor for FTSEliot Horowitz2013-10-261-1/+1
* SERVER-9063 Fix TextStage to correctly handle returning no resultsJason Rassi2013-10-111-1/+2
* SERVER-9063 Add new plan stage TextStageJason Rassi2013-10-111-0/+152