summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/text_or.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54322 Text query plans are not shown properly in SBE explainAnton Korshunov2021-03-131-3/+3
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+1
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38329 Remove unused member TextOrStage::_index.David Storch2018-11-301-1/+0
* SERVER-37448 Make remaining PlanStages check catalog validity on restore.David Storch2018-11-271-8/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-291-1/+0
* SERVER-29484 Remove `using std::` forms in headers.ADAM David Alan Martin2018-02-141-5/+1
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-2/+2
* SERVER-26833 Non-blocking text queries when projection ignores score.Justin Seyster2017-10-191-0/+2
* 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-21690 TextOrStage should fetch doc when RecordId first observedJason Rassi2015-12-011-2/+1
* SERVER-19708: Move RecordCursor::seekExact to derived SeekableRecordStore classGeert Bosch2015-08-281-1/+1
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-2/+1
* SERVER-19456 Use final designators where appropriate in PlanStagesMathias Stearn2015-07-231-1/+1
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-1/+3
* SERVER-17364 Unify handling of child stages into PlanStage base classMathias Stearn2015-07-161-12/+3
* SERVER-19109 Refactor text stage into matcher and scorer stageAdam Chelminski2015-07-091-0/+172