summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_text_base.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43349 Accommodate double $nots during serializationCharlie Swanson2019-12-191-1/+1
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-4/+2
* SERVER-40267 Clean up debug string generation for MatchExpression.David Storch2019-03-221-2/+2
* 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/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+4
* 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-24/+12
* SERVER-19510 Refactor $text match expression parsingJason Rassi2015-11-121-0/+86