summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_text.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-1/+2
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+3
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-1/+1
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-4/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-30783 Move init() logic to MatchExpression constructorsBlake Oler2017-11-141-30/+32
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-091-0/+1
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-1/+1
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-1/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-5/+5
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+4
* SERVER-21612 Reorder lookup and match.Benjamin Murphy2016-04-251-2/+2
* SERVER-19510 Move text query parsing to TextMatchExpression::init()Jason Rassi2015-11-181-15/+57
* SERVER-19510 Rename FTSQuery to FTSQueryImplJason Rassi2015-11-181-2/+2
* SERVER-19510 Refactor $text match expression parsingJason Rassi2015-11-121-66/+25
* SERVER-19557 Add text index v3Adam Chelminski2015-08-111-4/+12
* SERVER-16889 MatchExpression::shallowClone() return unique_ptr<ME>Qingyang Chen2015-06-261-3/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-58/+53
* SERVER-17437 $caseSensitive option for $text query operatorJason Rassi2015-03-121-4/+14
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-14096 explain find() at queryPlanner verbosityDavid Storch2014-06-111-0/+4
* SERVER-13038 verbose query logging cleanupDavid Storch2014-03-071-1/+1
* SERVER-10026 split getRunner out from the .find() executionHari Khalsa2013-12-041-1/+0
* SERVER-10026 evaluating matcher of idx-only expression returns true instead o...Hari Khalsa2013-11-061-6/+4
* SERVER-9063 Better error message in TextMatchExpression::matchesSingleElement()Jason Rassi2013-10-151-1/+4
* SERVER-9063 Add new match expression TextMatchExpressionJason Rassi2013-10-111-0/+88