summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_text_base.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43349 Accommodate double $nots during serializationCharlie Swanson2019-11-271-1/+1
* SERVER-40267 Clean up debug string generation for MatchExpression.David Storch2019-03-221-1/+1
* SERVER-39019 Fix incorrect $elemMatch $ne serializationJames Wahlin2019-02-191-0/+4
* 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-30783 Move init() logic to MatchExpression constructorsBlake Oler2017-11-141-1/+1
* Reapply "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-291-0/+5
* Revert "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-281-5/+0
* SERVER-30991 Introduce MatchExpression::optimize().Justin Seyster2017-09-281-0/+5
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-15/+0
* SERVER-30046 Support $expr constant expression in ComparisonMatchExpressionJames Wahlin2017-08-091-0/+1
* SERVER-30245 Make ArrayMatchingMatchExpression inherit from PathMatchExpression.David Storch2017-08-021-1/+1
* SERVER-22833 Rename MatchExpression::toBSON() to serialize(), and ensure it p...Benjamin Murphy2016-03-141-1/+1
* SERVER-19510 Move text query parsing to TextMatchExpression::init()Jason Rassi2015-11-181-22/+9
* SERVER-19510 Refactor $text match expression parsingJason Rassi2015-11-121-0/+100