summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/text_match.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54322 Text query plans are not shown properly in SBE explainAnton Korshunov2021-03-131-2/+22
* 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-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-29484 Remove `using std::` forms in headers.ADAM David Alan Martin2018-02-141-3/+1
* SERVER-26833 Non-blocking text queries when projection ignores score.Justin Seyster2017-10-191-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-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-1/+2
* 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-0/+104