summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_text.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+8
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-30783 Move init() logic to MatchExpression constructorsBlake Oler2017-11-141-1/+2
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-0/+15
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-19510 Move text query parsing to TextMatchExpression::init()Jason Rassi2015-11-181-2/+12
* SERVER-19510 Refactor $text match expression parsingJason Rassi2015-11-121-38/+5
* SERVER-19557 Add text index v3Adam Chelminski2015-08-111-1/+8
* SERVER-16889 MatchExpression::shallowClone() return unique_ptr<ME>Qingyang Chen2015-06-261-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-19/+26
* SERVER-17437 $caseSensitive option for $text query operatorJason Rassi2015-03-121-1/+3
* SERVER-14096 explain find() at queryPlanner verbosityDavid Storch2014-06-111-0/+2
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-2/+2
* SERVER-10026 evaluating matcher of idx-only expression returns true instead o...Hari Khalsa2013-11-061-1/+0
* SERVER-9063 Add new match expression TextMatchExpressionJason Rassi2013-10-111-0/+62